-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zprofile
31 lines (25 loc) · 802 Bytes
/
.zprofile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
eval $(/opt/homebrew/bin/brew shellenv)
eval $(/opt/homebrew/bin/brew shellenv)
export GOPATH=$HOME/go
# Nothing here 😓
# if [ -f ~/.zshrc-default-iterm -a "$ITERM_PROFILE" = "Default" ]
# then
# source ~/.zshrc-default-iterm
# fi
# aliases
alias cd..='cd ..'
alias ..='cd ..'
alias no='ls -a'
alias na='ls -la'
alias ll='ls -la'
# Setting PATH for Python 3.11
# The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}"
export PATH
# Setting PATH for Python 3.10
# The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.10/bin:${PATH}"
export PATH
# Created by `pipx` on 2024-01-14 14:00:30
export PATH="$PATH:/Users/akshansh/.local/bin"
eval "$(/opt/homebrew/bin/brew shellenv)"