Browse Source

Move example plugin to the custom plugins dir.

Peter Jaros 12 years ago
parent
commit
af03da0dc9
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
 cache
 *.swp

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