Skip to content
Snippets Groups Projects
Commit 79674c6c authored by Matthew Bauer's avatar Matthew Bauer
Browse files

Fix zsh completion script

Installed site-functions need to be run directly, not via compdef.
parent 8e6ee1b9
No related branches found
No related tags found
No related merge requests found
#compdef nix
function _nix() {
local ifs_bk="$IFS"
local input=("${(Q)words[@]}")
......@@ -18,4 +20,4 @@ function _nix() {
_describe 'nix' suggestions
}
compdef _nix nix
_nix "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment