浏览代码

Move example plugin to the custom plugins dir.

Peter Jaros 13 年之前
父节点
当前提交
af03da0dc9
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .gitignore
  2. 0 0
      custom/plugins/example/example.plugin.zsh

+ 2 - 2
.gitignore

@@ -1,8 +1,8 @@
 locals.zsh
 log/.zsh_history
 projects.zsh
-custom/*
-!custom/example
+custom
+!custom/plugins/example
 !custom/example.zsh
 cache
 *.swp

custom/example/example.plugin.zsh → custom/plugins/example/example.plugin.zsh