#
# ~/.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: #