aboutsummaryrefslogtreecommitdiffstats
path: root/_zprofile
diff options
context:
space:
mode:
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: #