-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zprofile
18 lines (18 loc) · 822 Bytes
/
.zprofile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
####
# .zprofile
#
# | | 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 | | |
####