1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-14 13:32:37 +03:00
This commit is contained in:
Maxime Coste 2019-03-06 22:51:40 +11:00
commit 017b7c970e

View File

@ -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"