diff options
Diffstat (limited to 'Common/zshrc')
-rw-r--r-- | Common/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/zshrc b/Common/zshrc index 7f8b902..44fbfe4 100644 --- a/Common/zshrc +++ b/Common/zshrc @@ -66,6 +66,7 @@ case "$OSTYPE" in path+=("$(readlink /Users/$DEFAULT_USER/bin)") path+=("/Library/TeX/texbin") path+=("/usr/local/share/dotnet") + path+=("/usr/local/sbin") export PATH alias krak='/Applications/GitKraken.app/Contents/MacOS/GitKraken -p "$(PWD)" &>> /dev/null &' |