diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-03-09 16:29:58 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-03-09 16:29:58 +0100 |
commit | a52da18d18a51774e8c949e2002023212a9c6e75 (patch) | |
tree | caf49ceef7d3db6515bdfc1efca270896c782c67 /Common/zshrc | |
parent | 045c955f835fdb11983117ca6e27aa4543de4109 (diff) | |
download | dotfiles-a52da18d18a51774e8c949e2002023212a9c6e75.tar.gz dotfiles-a52da18d18a51774e8c949e2002023212a9c6e75.zip |
Tweak vim a bit
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 &' |