zsh: enable zmb builtin

This commit is contained in:
colin 2022-10-08 20:12:50 -07:00
parent 874c352987
commit c18e8eddcc
1 changed files with 5 additions and 0 deletions

View File

@ -340,6 +340,11 @@ in
# run p10k configure to configure, but it can't write out its file :-(
POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true
'';
initExtra = ''
# zmv is a way to do rich moves/renames, with pattern matching/substitution.
# see for an example: <https://filipe.kiss.ink/zmv-zsh-rename/>
autoload -Uz zmv
'';
# prezto = oh-my-zsh fork; controls prompt, auto-completion, etc.
# see: https://github.com/sorin-ionescu/prezto