aboutsummaryrefslogtreecommitdiffstats
path: root/_zprofile
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-01-27 16:10:41 +0800
committerAaron LI <aaronly.me@gmail.com>2016-01-27 16:10:41 +0800
commitae3aa8ecfa10c6e1b044067e9751d9454d8544df (patch)
tree41a000fd5405a3b3409826e2551dfd0e617913c8 /_zprofile
parent68ce5e65b657a4cdaa89458b12e56cc1a5ee5899 (diff)
downloaddotfiles-ae3aa8ecfa10c6e1b044067e9751d9454d8544df.tar.bz2
Update (ZSH) shell configuration files.
Diffstat (limited to '_zprofile')
-rw-r--r--_zprofile16
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: #