remove leftover debug print
This commit is contained in:
parent
dae8ae33f0
commit
dadf496a68
@ -69,7 +69,6 @@ _ksi_deferred_init() {
|
|||||||
builtin local comp_dir=$self_dir/completions
|
builtin local comp_dir=$self_dir/completions
|
||||||
|
|
||||||
# Enable completions for `kitty` command.
|
# Enable completions for `kitty` command.
|
||||||
_ksi_debug_print "$self_dir"
|
|
||||||
if (( ! opt[(Ie)no-complete] )) && [[ -r $comp_dir/_kitty ]]; then
|
if (( ! opt[(Ie)no-complete] )) && [[ -r $comp_dir/_kitty ]]; then
|
||||||
if (( $+functions[compdef] )); then
|
if (( $+functions[compdef] )); then
|
||||||
# If compdef is defined, then either compinit has already run or it's
|
# If compdef is defined, then either compinit has already run or it's
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user