alias c='clear'
alias e='exit'
alias l='ls -1'
alias ll='ls -la'
[ -f /etc/profile.d/alias.local ] && . /etc/profile.d/alias.local