Ein paar Aliases, die ich mir für die Shell meiner Wahl (Bash) immer setze (einzutragen in .profile, .bashrc, .bash_profile oder so):
.profile
.bashrc
.bash_profile
alias l='ls -laF' alias ..='cd ..' alias o=less # Git alias gitka='gitk --all'