From 9e128a3d6da7a276541f5ce5c1ac9f86ec60cb78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Wed, 22 Feb 2017 11:07:39 -0500 Subject: Update tmux config. --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zshrc') 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 -- cgit v1.2.3