zprofile: Add .zprofile and .zprofile.local
The `.zprofile` file is sourced by ZSH when the shell is run as a login shell. The `.zprofile.local` file, if it exists, is sourced by the main `.zprofile` script, and is the best place for unversioned per-machine changes.master
parent
fc8d0d0b84
commit
fa73cd6482
|
@ -1 +1,2 @@
|
|||
.zcompdump
|
||||
.zprofile.local
|
||||
|
|
Reference in New Issue