Browse code

Remove fpath/compinit code from github and npm plugins

Pat Regan authored on 20/04/2011 at 05:30:52
Showing 2 changed files
... ...
@@ -5,7 +5,3 @@ if [ "$commands[(I)hub]" ]; then
5 5
     function git(){hub "$@"}
6 6
 fi
7 7
 
8
-# add github completion function to path
9
-fpath=($ZSH/plugins/github $fpath)
10
-autoload -U compinit
11
-compinit -i
12 8
deleted file mode 100644
... ...
@@ -1,4 +0,0 @@
1
-# add npm completion function to path
2
-fpath=($ZSH/plugins/npm $fpath)
3
-autoload -U compinit
4
-compinit -i