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' \
|
'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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user