mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-14 13:32:37 +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' \
|
||||
'sakura -x ' \
|
||||
'gnome-terminal -e ' \
|
||||
'xfce4-terminal -e ' ; do
|
||||
'xfce4-terminal -e ' \
|
||||
'konsole -e '; do
|
||||
terminal=${termcmd%% *}
|
||||
if command -v $terminal >/dev/null 2>&1; then
|
||||
printf %s\\n "$termcmd"
|
||||
|
Loading…
Reference in New Issue
Block a user