Spawn a shell when using xfce4-terminal
Previously, commands like repl broke because of this
This commit is contained in:
parent
cac946b434
commit
b13e0598e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user