diff options
Diffstat (limited to 'config')
| -rwxr-xr-x | config/zsh/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/zprofile b/config/zsh/zprofile index 4fb59e0..8b4921f 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -61,4 +61,4 @@ export LESS_TERMCAP_ZW=$(tput rsupm) export MINIKUBE_IN_STYLE=false # disable cringe minikube emojies -[ "$(tty)" = '/dev/tty1' ] && { startx ; poweroff ; } +[ "$(tty)" = '/dev/tty1' ] && { startx "$XDG_CONFIG_HOME/x11/xinitrc"; poweroff ; } |
