From b8100b88c4fa4edacd6bf3e34074ab8678a44f1c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 31 Jan 2016 14:07:34 +0800 Subject: Tune zsh configs; Auto startx if login on tty6 (.zlogin) --- _zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_zprofile') diff --git a/_zprofile b/_zprofile index 4c531d8..bd91588 100644 --- a/_zprofile +++ b/_zprofile @@ -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: # -- cgit v1.2.2