aboutsummaryrefslogtreecommitdiff
path: root/config/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh')
-rwxr-xr-xconfig/zsh/zprofile7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/zsh/zprofile b/config/zsh/zprofile
index b6c6fa0..e2d4aff 100755
--- a/config/zsh/zprofile
+++ b/config/zsh/zprofile
@@ -61,4 +61,9 @@ export LESS_TERMCAP_ZW=$(tput rsupm)
export MINIKUBE_IN_STYLE=false # disable cringe minikube emojies
-[ "$(tty)" = '/dev/tty1' ] && { xmonad --recompile ; startx "$XDG_CONFIG_HOME/x11/xinitrc" ; poweroff ; }
+[ "$(tty)" = '/dev/tty1' ] &&
+ {
+ xmonad --recompile
+ startx "$XDG_CONFIG_HOME/x11/xinitrc"
+ poweroff
+ }