Henrik Lissner
|
daad6bc21d
|
feat(cli): add 'doom make completions' for zsh
'doom make completions' will generate a rudimentary ZSH completion
script for bin/doom. It can be used from your shell dotfiles, but I
recommend caching the output with a function like:
https://github.com/hlissner/dotfiles/blob/master/config/zsh/.zshenv#L1-L14.
Then add this to your .zshrc:
_cache doom make completions --zsh && compdef _doom doom
Ref: https://github.com/hlissner/dotfiles/blob/master/config/zsh/.zshenv#L1-L14
|
2022-06-18 23:53:12 +02:00 |
|