From ae3aa8ecfa10c6e1b044067e9751d9454d8544df Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 27 Jan 2016 16:10:41 +0800 Subject: Update (ZSH) shell configuration files. --- _zprofile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _zprofile (limited to '_zprofile') 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: # -- cgit v1.2.2