add .zprofile.local support

This commit is contained in:
Thomas Ruoff
2019-03-03 14:04:27 +01:00
parent e6a675e3d4
commit 931744489c

1
zsh/.zprofile Normal file
View File

@@ -0,0 +1 @@
[[ -f ~/.zprofile.local ]] && source ~/.zprofile.local