Skip to content

Commit

Permalink
change /Users/daniel to in readme. Remove unncessary comments in script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielb2 committed Nov 21, 2014
1 parent 452fbd5 commit 9a1b400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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/.nvm/current/bin $NVM_DIR/.nvm/bin

## License

Expand Down
3 changes: 0 additions & 3 deletions bin/nvm
Original file line number Diff line number Diff line change
@@ -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 )"
Expand Down

0 comments on commit 9a1b400

Please sign in to comment.