Created
November 19, 2010 15:36
-
-
Save zedtux/706656 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
~/Developments $ ls -l ~/.rvm/hooks/after_cd rvm:ruby-1.9.2-p0 | |
-rw-r--r-- 1 guillaumeh staff 30 19 Nov 16:32 /Users/guillaumeh/.rvm/hooks/after_cd | |
~/Developments $ cat ~/.rvm/hooks/after_cd rvm:ruby-1.9.2-p0 | |
#!/usr/bin/env bash | |
echo $PWD | |
~/Developments $ cd . rvm:ruby-1.9.2-p0 | |
~/Developments $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment