aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/profile/zshrc.dot.link6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/profile/zshrc.dot.link b/modules/profile/zshrc.dot.link
index 63d0dd7..0b8c1f1 100644
--- a/modules/profile/zshrc.dot.link
+++ b/modules/profile/zshrc.dot.link
@@ -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)