From: Silvio Rhatto Date: Fri, 26 Dec 2025 12:49:19 +0000 (-0300) Subject: Fix: terminal: rollback: set a custom zsh config folder if commands are specified X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8c91994078b28008acceeeee328540c06d6b084f;p=utils-x11.git Fix: terminal: rollback: set a custom zsh config folder if commands are specified --- diff --git a/terminal b/terminal index baadc43..6da68b4 100755 --- a/terminal +++ b/terminal @@ -36,10 +36,10 @@ fi SH="zsh -i" # Set a custom zsh config folder if commands are specified, to speed up startup -if [ ! -z "$1" ]; then - mkdir -p ~/.custom/terminal - export ZDOTDIR="~/.custom/terminal" -fi +#if [ ! -z "$1" ]; then +# mkdir -p ~/.custom/terminal +# export ZDOTDIR="~/.custom/terminal" +#fi # Dispatch if [ "$TERM" == "stterm" ]; then