diff --git a/zshrc b/zshrc index f2597b8..c87e36c 100644 --- a/zshrc +++ b/zshrc @@ -26,6 +26,7 @@ export EDITOR='vim' # Don't use the embedded shell time. Use GNU time. alias time="/usr/bin/time" +alias rename="noglob rename" if [ -f "$HOME/.update_dotfiles.sh" ]; then /usr/bin/env sh $HOME/.update_dotfiles.sh