diff options
Diffstat (limited to 'Common/zshrc')
-rw-r--r-- | Common/zshrc | 3 |
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 &' |