Skip to content

Instantly share code, notes, and snippets.

@timoschilling
Created May 12, 2011 12:15
Show Gist options
  • Save timoschilling/968395 to your computer and use it in GitHub Desktop.
Save timoschilling/968395 to your computer and use it in GitHub Desktop.
my bash aliases
alias l='ls -la'
alias ..='cd ..'
alias r='rails'
alias rs='rails server'
alias rc='rails console'
alias pubkey='cat .ssh/id_rsa.pub | pbcopy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment