Browse Source

Adding an alias for rename, to not glob the inputs. Results in cleaner inputs

master
Drew Short 9 years ago
parent
commit
bbf44c7c7c
  1. 1
      zshrc

1
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

Loading…
Cancel
Save