diff options
author | yushyin <yushyin@saga> | 2015-09-06 23:38:44 +0200 |
---|---|---|
committer | yushyin <yushyin@saga> | 2015-09-06 23:38:44 +0200 |
commit | 16dcd0d806b222875f2f7cff090d3d2d70fabf25 (patch) | |
tree | 916b32b66cfd3ad255bc100a12e0a645f1880600 /zsh/.zprofile | |
parent | e24311868d818b18d93b51bcf4ff5e1adb556261 (diff) | |
download | dotfiles-16dcd0d806b222875f2f7cff090d3d2d70fabf25.tar.gz dotfiles-16dcd0d806b222875f2f7cff090d3d2d70fabf25.tar.xz |
Add zsh config
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..068aad8 --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1 @@ +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && . $ZDOTDIR/exportlist && exec startx |