2 Commits
Author SHA1 Message Date
Ihor Urazov 1150c2e180 Properly detect Zsh shell
There is no need to define custom shell var, when Zsh can be detected by
checking SHELL env var.
2022-04-19 16:25:16 -04:00
Ihor Urazov f89647bd19 Simplify zsh completion
Completion file shouldn't be sourced. It should provide only completion
code (source of _command) for command. It's task for package manager or
user to put under $fpath.
2022-04-19 16:25:16 -04:00