Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: I shot the zsheriff, but I do not shout the debuty



On Jul 12,  8:36pm, Meino Christian Cramer wrote:
} Subject: Re: I shot the zsheriff, but I do not shout the debuty
}
} >  grep -ie 'compdef.*\^k' $^fpath/*(.)
} 
} zsh: no matches found: /home/mccramer/.zfunc/*(.)

For some reason I assumed you would not have empty or non-existent
directories in your $fpath.

Use
    grep -ie 'compdef.*\^k' $^fpath/*(.N)



Messages sorted by: Reverse Date, Date, Thread, Author