summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index cbf6bdc..6eef91c 100755
--- a/zshrc
+++ b/zshrc
@@ -79,3 +79,7 @@ function get-parent-dir() {
}
zle -N get-parent-dir
bindkey "^[u" get-parent-dir
+
+fpath=($HOME/.zsh-functions $fpath)
+autoload -Uz compinit
+compinit