Update '.general.rc'

This commit is contained in:
2023-05-25 12:52:00 +02:00
parent a9ed1b1dc6
commit 2c31034d73

View File

@@ -57,7 +57,7 @@ function _kfg {
case "$words[1]" in case "$words[1]" in
install) _kfg_install && return 0 ;; install) _kfg_install && return 0 ;;
*) _kfg_options && return 0 ;; *) return 0 ;;
esac esac
} }
compdef _kfg kfg compdef _kfg kfg