diff --git a/bash/usr-local-bin/kate b/bash/usr-local-bin/kate index 1866bbc..ad104f3 100755 --- a/bash/usr-local-bin/kate +++ b/bash/usr-local-bin/kate @@ -3,6 +3,9 @@ set -x # The usual system-wide installation if [ -f /usr/bin/kate ]; then /usr/bin/kate "$@" +# I might not even need Kate, but am too used to typing it to remember kwrite +elif [ -f /usr/bin/kwrite ]; then + /usr/bin/kwrite "$@" # System-wide flatpak elif [ -f /var/lib/flatpak/exports/bin/org.kde.kate ]; then flatpak run org.kde.kate "$@"