Spawn a shell when using xfce4-terminal

Previously, commands like repl broke because of this
This commit is contained in:
Nulo 2021-07-08 01:44:17 +00:00 committed by GitHub
parent cac946b434
commit b13e0598e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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