added loading zmv module
This commit is contained in:
parent
4efe6879f6
commit
77c0dadda3
3
.zshrc
3
.zshrc
@ -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() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user