diff --git a/modules/universal/env/home-manager.nix b/modules/universal/env/home-manager.nix index 636beac9..a85aaac5 100644 --- a/modules/universal/env/home-manager.nix +++ b/modules/universal/env/home-manager.nix @@ -281,6 +281,11 @@ in # zmv is a way to do rich moves/renames, with pattern matching/substitution. # see for an example: autoload -Uz zmv + + function nd() { + mkdir -p "$1"; + pushd "$1"; + } ''; # prezto = oh-my-zsh fork; controls prompt, auto-completion, etc.