mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Push aliases to their own file.
This commit is contained in:
5
bashrc
5
bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user