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

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