aboutsummaryrefslogtreecommitdiffstats
path: root/_zprofile
blob: 4c531d8a7e249f867d7cbdafa5bcb8baf72ace2b (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
#

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

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