Push aliases to their own file.

This commit is contained in:
David Tomaschik
2014-02-10 17:48:40 -05:00
parent 843863cc75
commit aa984c6a07
3 changed files with 19 additions and 13 deletions

5
bashrc
View File

@@ -37,13 +37,8 @@ xterm*|rxvt*)
;;
esac
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi
# Bash completion