diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 14:07:34 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 14:07:34 +0800 |
commit | b8100b88c4fa4edacd6bf3e34074ab8678a44f1c (patch) | |
tree | 0840d3e27a3f26c3ab51e3e1cc7c953865e418e8 /_zprofile | |
parent | 9b472f58253cf3ff9f4df8308d3aa552aaa51227 (diff) | |
download | dotfiles-b8100b88c4fa4edacd6bf3e34074ab8678a44f1c.tar.bz2 |
Tune zsh configs; Auto startx if login on tty6 (.zlogin)
Diffstat (limited to '_zprofile')
-rw-r--r-- | _zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,6 +11,6 @@ # Updated: 2016-01-26 # -[ -f ~/.profile ] && emulate sh -c '. ~/.profile' +[ -e ~/.profile ] && emulate sh -c '. ~/.profile' # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # |