I have a bunch of aliases mostly. Any time I find myself typing the same command over and over I'll add a single or two-letter alias. So for Git, 'q' shows me git status, 'a' does git add *, and 'p' does git push origin master. I also have aliases for things like 'tail -f /var/log/nginx/error.log', very handy.
11 comments
[ 3.3 ms ] story [ 32.9 ms ] threadalias öö=ll
alias ..='cd ..'
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 :)
Quite a few gems in here: https://github.com/mathiasbynens/dotfiles