Created
December 7, 2011 17:20
-
-
Save redrory/1443668 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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