Skip to content

Instantly share code, notes, and snippets.

@zedtux
Created November 19, 2010 15:36
Show Gist options
  • Save zedtux/706656 to your computer and use it in GitHub Desktop.
Save zedtux/706656 to your computer and use it in GitHub Desktop.
~/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