aboutsummaryrefslogtreecommitdiff
path: root/Common/zshrc
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2021-03-09 16:29:58 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2021-03-09 16:29:58 +0100
commita52da18d18a51774e8c949e2002023212a9c6e75 (patch)
treecaf49ceef7d3db6515bdfc1efca270896c782c67 /Common/zshrc
parent045c955f835fdb11983117ca6e27aa4543de4109 (diff)
downloaddotfiles-a52da18d18a51774e8c949e2002023212a9c6e75.tar.gz
dotfiles-a52da18d18a51774e8c949e2002023212a9c6e75.zip
Tweak vim a bit
Diffstat (limited to 'Common/zshrc')
-rw-r--r--Common/zshrc1
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 &'