Added skeleton code for Konsole support

This commit is contained in:
m 2021-12-16 17:38:39 +01:00
parent dc1f778c0a
commit ec6bff26f9
1 changed files with 11 additions and 0 deletions

View File

@ -540,6 +540,13 @@ apply_kitty() {
echo "Done - please reopen your kitty terminal to see the changes"
}
apply_konsole() {
# |
# | Applying values on Konsole
# | ===========================================
}
apply_darwin() {
# |
# | Applying values on iTerm2
@ -898,6 +905,10 @@ case "${TERMINAL}" in
apply_kitty
;;
konsole )
apply_konsole
;;
* )
printf '%s\n' \
"Unsupported terminal!" \