mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Added skeleton code for Konsole support
This commit is contained in:
parent
dc1f778c0a
commit
ec6bff26f9
@ -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!" \
|
||||
|
Loading…
Reference in New Issue
Block a user