Skip to content
Snippets Groups Projects
Unverified Commit 2ab7c821 authored by Eelco Dolstra's avatar Eelco Dolstra Committed by GitHub
Browse files

Merge pull request #4911 from matthewbauer/fix-zsh-completion

Fix zsh completion script
parents 26d2c622 79674c6c
No related branches found
No related tags found
No related merge requests found
#compdef nix
function _nix() { function _nix() {
local ifs_bk="$IFS" local ifs_bk="$IFS"
local input=("${(Q)words[@]}") local input=("${(Q)words[@]}")
...@@ -18,4 +20,4 @@ function _nix() { ...@@ -18,4 +20,4 @@ function _nix() {
_describe 'nix' suggestions _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