]> gitweb.fluxo.info Git - metadot.git/commitdiff
Fixing zsh completion loading
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Aug 2013 01:38:03 +0000 (22:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Aug 2013 01:38:03 +0000 (22:38 -0300)
modules/profile/zshrc.dot.link

index 63d0dd7febb325ef7290656dda84665219d8c626..0b8c1f1bf5b20659eef17e39a4daef8089ed09fe 100644 (file)
@@ -14,6 +14,9 @@ HISTSIZE=1000
 SAVEHIST=1000
 HISTFILE=~/.zsh_history
 
+# Add custom completion scripts
+fpath=(~/.zsh/completion $fpath)
+
 # Use modern completion system
 autoload -Uz compinit
 compinit
@@ -35,6 +38,3 @@ zstyle ':completion:*' verbose true
 
 zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31'
 zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
-
-# Add custom completion scripts
-fpath=(~/.zsh/completion $fpath)