We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28b577 commit b6b6788Copy full SHA for b6b6788
package/contents/tools/sh/terminal
@@ -13,11 +13,8 @@ termArg="${termArg[$term]:-"-e"}"
13
scr="$(dirname "$0")/$1"
14
arg="${@:2}"
15
16
-# Ghostty requires additional quotes
17
-[[ $term = ghostty ]] && Q="'"
18
-
19
-_attach="${Q}tmux attach-session -t $sess \; select-window -t $name${Q}"
20
-_script="${Q}$scr $arg${Q}"
+_attach="tmux attach-session -t $sess \; select-window -t $name"
+_script="$scr $arg"
21
22
[[ $tmuxSession = "true" && -x $(command -v tmux) ]] && _TMUX=1
23
0 commit comments