aboutsummaryrefslogtreecommitdiffstats
path: root/_zprofile
blob: bd915885d8eb79648540807b310253edee383a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
#

[ -e ~/.profile ] && emulate sh -c '. ~/.profile'

# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #