mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-15 01:11:09 +03:00
Merge branch 'patch-1' of https://github.com/andreyorst/kakoune
This commit is contained in:
commit
017b7c970e
@ -13,7 +13,8 @@ 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 ' ; do
|
'xfce4-terminal -e ' \
|
||||||
|
'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
|
||||||
printf %s\\n "$termcmd"
|
printf %s\\n "$termcmd"
|
||||||
|
Loading…
Reference in New Issue
Block a user