Skip to content

Instantly share code, notes, and snippets.

@redrory
Created December 7, 2011 17:20
Show Gist options
  • Save redrory/1443668 to your computer and use it in GitHub Desktop.
Save redrory/1443668 to your computer and use it in GitHub Desktop.
alias cdf='cd Code/Ruby/Filmbet' # With only three characters I jump in the project that I'm working with.
How about
alias cdf='cd Code/Ruby/Filmbet && rails s ' #I start the server too :)
To do this I had to make the change in my .bash_profile file.
I always mixup, is it vim ~/. or vim ~./, especailly in typing it normally comes out wrong.
So I did alias bashp='vim ~/.bash_profile' :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment