diff options
author | Amin Bandali <me@aminb.org> | 2014-10-23 00:53:46 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-10-23 00:53:46 -0400 |
commit | 686c6d84bdc8407e2655dcdf708882e712dbd37d (patch) | |
tree | 0cff952e89d563bf048c7d028c336148d9c9279b /zsh/.zprofile | |
parent | debd020d0b1266185738c31630c4ddd0a6cdd057 (diff) | |
download | configs-686c6d84bdc8407e2655dcdf708882e712dbd37d.tar.gz configs-686c6d84bdc8407e2655dcdf708882e712dbd37d.tar.xz configs-686c6d84bdc8407e2655dcdf708882e712dbd37d.zip |
add zsh configs
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..f64674a --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,4 @@ + +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx + + |