]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Fix: terminal: rollback: set a custom zsh config folder if commands are specified (1)
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Dec 2025 13:05:20 +0000 (10:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Dec 2025 13:05:20 +0000 (10:05 -0300)
terminal

index 6da68b4c52473af4928e765f6142b05ba4b04740..5fbdefc84c8a609b750b413651075486ff2a02f7 100755 (executable)
--- 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"