浏览代码

Merge pull request #1117 from Peeja/move-example-plugin

Move example plugin to the custom plugins directory.
Robby Russell 10 年之前
父节点
当前提交
668886e203
共有 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
 *.swp
 !custom/example.zshcache

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