diff --git a/.zshrc b/.zshrc index 926a342a..31620d39 100644 --- a/.zshrc +++ b/.zshrc @@ -5,6 +5,8 @@ if [ -f "$HOME/.env" ] ; then set +a fi +fpath=(~/.zsh/completions $fpath) + if [ -d "$HOME/bin" ]; then export PATH="$HOME/bin:$PATH" fi