summaryrefslogtreecommitdiff
path: root/.zprofile
blob: 4c6d92fdccc8fc9d443253109ff9a8944c34c5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
source ~/.env


# remove duplicates because tmux starts login shells
typeset -U path
export PATH


# zsh you-should-use
YSU_MODE=ALL