added loading zmv module

This commit is contained in:
Paweł Płazieński 2015-12-28 20:10:18 +01:00
parent 4efe6879f6
commit 77c0dadda3

3
.zshrc
View File

@ -487,6 +487,9 @@ TIMEFMT=$(echo "$fg[green]${SEGMENT_SEPARATOR_BACKWARD}$bg[green]$fg[black] %*Es
for command in find wget; \ for command in find wget; \
alias $command="noglob $command" alias $command="noglob $command"
# load zsh extended move
autoload -Uz zmv
#---------------------------------- Post Setup -------------------------------- #---------------------------------- Post Setup --------------------------------
store_last_return_value() { store_last_return_value() {