diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-27 16:10:41 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-27 16:10:41 +0800 |
commit | ae3aa8ecfa10c6e1b044067e9751d9454d8544df (patch) | |
tree | 41a000fd5405a3b3409826e2551dfd0e617913c8 /_zprofile | |
parent | 68ce5e65b657a4cdaa89458b12e56cc1a5ee5899 (diff) | |
download | dotfiles-ae3aa8ecfa10c6e1b044067e9751d9454d8544df.tar.bz2 |
Update (ZSH) shell configuration files.
Diffstat (limited to '_zprofile')
-rw-r--r-- | _zprofile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/_zprofile b/_zprofile new file mode 100644 index 0000000..4c531d8 --- /dev/null +++ b/_zprofile @@ -0,0 +1,16 @@ +# +# ~/.zprofile +# sourced only by login zsh shell +# +# Credit: +# * Zsh not hitting ~/.profile +# https://superuser.com/a/187673 +# +# Aaron LI +# Created: 2016-01-26 +# Updated: 2016-01-26 +# + +[ -f ~/.profile ] && emulate sh -c '. ~/.profile' + +# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # |