Archived
1
0

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.
This commit is contained in:
2017-01-19 14:47:18 -06:00
parent fc8d0d0b84
commit fa73cd6482
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.zcompdump
.zprofile.local