alias todo='grep -r "FIXME" * ; grep -r "TODO" * ; grep -r "XXX" *'
alias ghist='git hist | head' hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
alias todo='egrep -r "(FIXME|TODO|XXX)" .'
I've aliased push to git push, and done the same with git commit.
Edit: Of course the aliases are in my .fishrc, but it's the same in the end :)
bind '"\e[A": history-search-backward' bind '"\e[B": history-search-forward'
alias apt="sudo apt" ...
Quite a few gems in here: https://github.com/mathiasbynens/dotfiles
alias öö=ll
alias ..='cd ..'