diff options
author | Amin Bandali <me@aminb.org> | 2014-10-25 23:59:15 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-10-25 23:59:15 -0400 |
commit | 8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe (patch) | |
tree | 8f4ebd338ed0a25fc51d1d6eb0996b1cf52f2be4 /zsh | |
parent | dac80d79b0f68cd143c15c9a4769d630a7d03d08 (diff) | |
download | configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.tar.gz configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.tar.xz configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.zip |
change dotfiles according to my latest setup (bspwm as wm for xfce)
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index f64674a..65f92a6 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,4 +1,4 @@ -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx +# [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx |