Browse Source

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

Move example plugin to the custom plugins directory.
Robby Russell 10 years ago
parent
commit
668886e203
2 changed files with 2 additions and 2 deletions
  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