alias l="ls -lhp"
alias ..="cd .."
alias df="df -h"

alias grep="grep --color"
