We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10aed5 commit 4b3a031Copy full SHA for 4b3a031
src/terminal-helper
@@ -56,8 +56,9 @@ declare -A terminals=(
56
["st"]="st $cmd"
57
["foot"]="foot $cmd"
58
["rio"]="rio -e $cmd"
59
+ ["ghostty"]="ghostty -e $cmd"
60
)
-declare -a term_order=("alacritty" "kitty" "ptyxis" "konsole" "kgx" "gnome-terminal" "xfce4-terminal" "lxterminal" "xterm" "st" "foot" "rio")
61
+declare -a term_order=("alacritty" "kitty" "ptyxis" "konsole" "kgx" "gnome-terminal" "xfce4-terminal" "lxterminal" "xterm" "st" "foot" "rio" "ghostty")
62
63
if [ -z "$terminal" ] || ! command -v "$terminal" &> /dev/null; then
64
for entry in ${term_order[@]}; do
0 commit comments