summaryrefslogtreecommitdiff
path: root/plugins/chucknorris/chucknorris.plugin.zsh
AgeCommit message (Collapse)Author
2021-10-05refactor(chucknorris): refresh plugin codeMarc CornellĂ 
2015-07-02chucknorris: check for strfile dependencyAndrew Janke
Gives a better error message than "command not found: strfile", because it's not obvious to many users that strfile is part of fortune. Also handles the weird /usr/sbin install location for strfile on Cygwin.
2015-02-21chucknorris: locate plugin dir using $0 instead of hardcoded $ZSHAndrew Janke
2015-02-19plugins/chucknorris: Add automatic updating of the compiled fortune data ↵Andrew Janke
file. Use local variable for readability, and anonymous function to provide a scope for the local variable.
2015-02-05add chucknorris pluginMathias Geat