diff options
author | Amin Bandali <me@aminb.org> | 2014-11-21 22:08:00 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-11-21 22:08:00 -0500 |
commit | d760033f89f7284473895b207e1e36b2f934e8b8 (patch) | |
tree | bd91c8fe86aea33b8054195bd913f16cb9655fbc /zsh/.zprofile | |
parent | e6915379a3e4dac6a7ea56c6f148042bf9d1a6f3 (diff) | |
download | configs-d760033f89f7284473895b207e1e36b2f934e8b8.tar.gz configs-d760033f89f7284473895b207e1e36b2f934e8b8.tar.xz configs-d760033f89f7284473895b207e1e36b2f934e8b8.zip |
new installation setup
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 65f92a6..f64674a 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 |