Skip to content

Instantly share code, notes, and snippets.

@mejarc
Created June 3, 2013 18:14
Show Gist options
  • Save mejarc/5700115 to your computer and use it in GitHub Desktop.
Save mejarc/5700115 to your computer and use it in GitHub Desktop.
Reduce the tedium of commonly typed commands with a bunch of shortcuts
alias ls='ls -al -G'
alias crm='open -a "Google Chrome" --args --proxy-pac-url=http://[workplace proxy address].pac'
alias bcc='bower cache-clean'
alias mx='cd /Library/WebServer/Documents/mds; ls -al'
alias ix='cd /Library/WebServer/Documents/iids; ls -al'
alias g='grunt'
alias rl='source ~/.bash_profile'
alias mds2='git checkout 0.2.1'
alias gitoops='git reset --hard HEAD'
alias gs='git status'
alias push2='git push stash 0.2.1'
alias pull2='git pull stash 0.2.1'
alias push1='git push stash 0.10.1'
alias pull1='git pull stash 0.10.1'
alias ng='npm install && grunt install'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment