Make the gist work as it's own repo.

This commit is contained in:
Tim Caswell
2010-04-15 12:14:52 -05:00
parent b44e17677f
commit 6c243e502e
3 changed files with 9 additions and 2 deletions

2
nvm.sh
View File

@@ -87,7 +87,7 @@ nvm()
return;
fi
# TODO: put a star by the current active one if possible
ls "$NVM_DIR" | grep -v src | grep -v nvm.sh
ls "$NVM_DIR" | grep -v src | grep -v nvm.sh | grep -v README.markdown
;;
* )
nvm help