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