diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2021-04-28 14:42:47 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2021-04-28 14:42:47 +0200 |
commit | e6df7072ab32493a561fc678eacc119b57981827 (patch) | |
tree | 3df9d9e76fd5273f61041d6ea858949570e37c47 /Common/zshrc | |
parent | 8b19fe831c1aedd5920c693261d87ccfa2708a93 (diff) | |
parent | bcfdcd2a5ce45fb81bbf39fdae1a8f1a47d1b4de (diff) | |
download | dotfiles-e6df7072ab32493a561fc678eacc119b57981827.tar.gz dotfiles-e6df7072ab32493a561fc678eacc119b57981827.zip |
Merge branch 'master' of https://github.com/jakobst1n/dotfiles
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 523de78..356f69c 100644 --- a/Common/zshrc +++ b/Common/zshrc @@ -71,6 +71,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 &' |