aboutsummaryrefslogtreecommitdiff
path: root/Common/zshrc
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2022-03-03 10:03:51 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2022-06-05 12:50:58 +0200
commit8457757e7133a093cbf62985488a7e5d46d41f89 (patch)
treed666217d00bedbabec36867268a4a79d954526fc /Common/zshrc
parent12102c365247329f4d6964d6b48e12fa2bf67208 (diff)
downloaddotfiles-8457757e7133a093cbf62985488a7e5d46d41f89.tar.gz
dotfiles-8457757e7133a093cbf62985488a7e5d46d41f89.zip
Small mac tweaks
Diffstat (limited to 'Common/zshrc')
-rw-r--r--Common/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Common/zshrc b/Common/zshrc
index bba6b7f..b6830c6 100644
--- a/Common/zshrc
+++ b/Common/zshrc
@@ -109,6 +109,9 @@ case "$OSTYPE" in
path+=("/Library/TeX/texbin")
path+=("/usr/local/share/dotnet")
path+=("/usr/local/sbin")
+ path+=("/Users/jakobstendahl/.deta/bin")
+ path+=("/Applications/Racket v8.2/bin")
+ path+=("/Users/jakobstendahl/Library/Python/3.9/bin/")
export PATH
alias krak='/Applications/GitKraken.app/Contents/MacOS/GitKraken -p "$(PWD)" &>> /dev/null &'