This commit is contained in:
Maxime Coste 2021-07-12 10:16:01 +10:00
commit 911edf6ea3

View File

@ -23,7 +23,7 @@ A shell command is appended to the one set in this option at runtime} \
'mintty -e sh -c' \ 'mintty -e sh -c' \
'sakura -x ' \ 'sakura -x ' \
'gnome-terminal -e ' \ 'gnome-terminal -e ' \
'xfce4-terminal -e ' \ 'xfce4-terminal -x sh -c' \
'konsole -e '; do 'konsole -e '; do
terminal=${termcmd%% *} terminal=${termcmd%% *}
if command -v $terminal >/dev/null 2>&1; then if command -v $terminal >/dev/null 2>&1; then