summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorKJ Ørbekk <orbekk@google.com>2017-02-22 11:07:39 -0500
committerKJ Ørbekk <orbekk@google.com>2017-02-22 11:07:39 -0500
commit9e128a3d6da7a276541f5ce5c1ac9f86ec60cb78 (patch)
tree72120f0a628f8989a20c1e6c31cfef5cbeb06f10 /zshrc
parent1814dc46f04e8da4c011e472b64dc18192dd4a69 (diff)
Update tmux config.
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