diff options
| author | Martin Fischer <martin@push-f.com> | 2026-07-26 06:00:55 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-07-26 06:00:55 +0200 |
| commit | e1d28a3bf73f4ffa899b0d9dc37d346f39a14b97 (patch) | |
| tree | 7395201b446a717b75fed0623cb442787d98c6af /user | |
| parent | aaf49b1adf11da330b82eaefc67caa3cb63d555b (diff) | |
feat(zsh): autoload zmv
Diffstat (limited to 'user')
| -rw-r--r-- | user/zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/zsh/.zshrc b/user/zsh/.zshrc index 01dd686..06f4fb4 100644 --- a/user/zsh/.zshrc +++ b/user/zsh/.zshrc @@ -61,6 +61,9 @@ autoload -Uz compinit [ -d "$XDG_CACHE_HOME"/zsh ] || mkdir -p "$XDG_CACHE_HOME"/zsh compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-$ZSH_VERSION +## More functions +autoload -Uz zmv + # Profile-specifics if [ "$MYNIX_PROFILE" = "workstation" ]; then source "$ZDOTDIR/zshrc-workstation.sh" |
