aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-freebsd
blob: 5d20ab1ec0e8ce876ba34aa764a0beaa301844fe (plain)
1
2
3
4
5
6
################### ALIASES ##################

alias ls='ls -G'
alias ll='ls -lGh'
alias grep='grep --color=auto'
alias diff='colordiff'