From db22ae4d2ae60295b607ef3a4a869f1aaf66c6fe Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 1 Jun 2021 15:33:01 +0200 Subject: Added qutebrowser tor toggle --- config/zsh/zprofile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config/zsh') 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 + } -- cgit