diff --git a/.zshrc b/.zshrc index ed78c4461f74f60d83bdfc17d0e984f3fff4a007..36922cef85e43384fbfd9eb7874664aa9547d418 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,5 @@ export ZSH=~/.zsh +export PATH="/usr/local/sbin:$PATH" # Load all of the config files in ~/oh-my-zsh that end in .zsh for config_file ($ZSH/lib/*.zsh) source $config_file @@ -6,3 +7,4 @@ for config_file ($ZSH/lib/*.zsh) source $config_file # Load and run compinit autoload -U compinit compinit -i +