From 77c0dadda396043bff590ee4ff11c621b7a80134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Mon, 28 Dec 2015 20:10:18 +0100 Subject: [PATCH] added loading zmv module --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 764d77b..280aa8e 100644 --- a/.zshrc +++ b/.zshrc @@ -487,6 +487,9 @@ TIMEFMT=$(echo "$fg[green]${SEGMENT_SEPARATOR_BACKWARD}$bg[green]$fg[black] %*Es for command in find wget; \ alias $command="noglob $command" +# load zsh extended move +autoload -Uz zmv + #---------------------------------- Post Setup -------------------------------- store_last_return_value() {