diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..0e90900 --- /dev/null +++ b/.zprofile @@ -0,0 +1,2 @@ +export XCURSOR_PATH=${XCURSOR_PATH}:~/.local/share/icons +[ -z $DISPLAY ] && [ $(tty) = /dev/ttyv0 ] && exec startx |