# /etc/bashrc

# System wide functions and aliases
# Environment stuff goes in /etc/profile

alias which="type -path"
alias egrep="egrep --color=auto"
alias fgrep="fgrep --color=auto"
alias grep="grep --color=auto"
alias ls='ls --color=auto'
alias ll='ls -l'
alias l='ls -l'

