change $HOME to $NVM_DIR in readme. Remove unncessary comments in script

This commit is contained in:
Daniel Bretoi 2014-11-21 13:42:38 -08:00
parent 452fbd5162
commit 4be76df03d
2 changed files with 1 additions and 4 deletions

View File

@ -109,7 +109,7 @@ Add `<prefix>/bin` and `<prefix>/current/bin` to your PATH and use nvm transpara
Where nvm is installed at `~/.nvm`
set -x fish_user_paths $PATH $HOME/.nvm/current/bin $HOME/.nvm/bin
set -x fish_user_paths $PATH $NVM_DIR/current/bin $NVM_DIR/bin
## License

View File

@ -1,8 +1,5 @@
#!/bin/bash
# For non bash-shells (fish, etc)
# add <prefix>/nvm/bin and <prefix>/nvm/current/bin to PATH
export NVM_SYMLINK_CURRENT=true
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"