From: Silvio Rhatto Date: Fri, 26 Dec 2025 13:05:20 +0000 (-0300) Subject: Fix: terminal: rollback: set a custom zsh config folder if commands are specified (1) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=39eb70873b4796f3a6054d3caa6ce0a21f561f45;p=utils-x11.git Fix: terminal: rollback: set a custom zsh config folder if commands are specified (1) --- diff --git a/terminal b/terminal index 6da68b4..5fbdefc 100755 --- a/terminal +++ b/terminal @@ -36,6 +36,7 @@ fi SH="zsh -i" # Set a custom zsh config folder if commands are specified, to speed up startup +# Drawback is that any shell spawn from the command won't have any customization. #if [ ! -z "$1" ]; then # mkdir -p ~/.custom/terminal # export ZDOTDIR="~/.custom/terminal"