From c18e8eddcc2e40abcded1e7ceafde6adbc345a19 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 8 Oct 2022 20:12:50 -0700 Subject: [PATCH] zsh: enable zmb builtin --- modules/universal/env/home-manager.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/universal/env/home-manager.nix b/modules/universal/env/home-manager.nix index ccd9c0a4c..02715c23d 100644 --- a/modules/universal/env/home-manager.nix +++ b/modules/universal/env/home-manager.nix @@ -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: + autoload -Uz zmv + ''; # prezto = oh-my-zsh fork; controls prompt, auto-completion, etc. # see: https://github.com/sorin-ionescu/prezto