-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshrc
25 lines (23 loc) · 1018 Bytes
/
.zshrc
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
####
# ~/.zshrc
#
# | | Interactive | Interactive | Script |
# | | login | non-login | |
# | ------------- | ----------- | ----------- | ------ |
# | /etc/zshenv | A | A | A |
# | ~/.zshenv | B | B | B |
# | /etc/zprofile | C | | |
# | ~/.zprofile | D | | |
# | /etc/zshrc | E | C | |
# | ~/.zshrc | F | D | |
# | /etc/zlogin | G | | |
# | ~/.zlogin | H | | |
# | ------------- | ----------- | ----------- | ------ |
# | ~/.zlogout | I | | |
# | /etc/zlogout | J | | |
####
[[ -f ~/.env ]] && source ~/.env
[[ -f ~/.env.zsh ]] && source ~/.env.zsh
[[ -f ~/.env.local ]] && source ~/.env.local
[[ -f ~/.env.zsh.local ]] && source ~/.env.zsh.local
source $PMS/pms.sh zsh