Skip to content

Instantly share code, notes, and snippets.

@sergii
Last active December 22, 2015 01:59
Show Gist options
  • Save sergii/6400549 to your computer and use it in GitHub Desktop.
Save sergii/6400549 to your computer and use it in GitHub Desktop.
Some custom Po aliases
# some custom Po aliases
# folders
alias .='cd .'
alias ..='cd ..'
alias ...='cd ../..'
alias cdi='cd work/coalla/illustrator'
# rails
alias r='reset'
alias rs='rails server'
alias rrs='reset && rails server'
alias rc='rails console'
alias rrc='reset && rails server'
# git
alias st='git status'
alias add='git add .'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment