/ bash

Shortcuts for your bash shell

Here is a thread with some read ways to reduce typing on your bash shell. I'll add these right away :-)

alias s="git status"
alias d="git diff"
alias h="cd -"