diff options
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 + + |