Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 29, 2024
1 parent 5eab8e1 commit 4eea7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .functions
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ todatauri () {
# * https://asdf-vm.com/ has lots of fans. i want to try it.
function nvm {
unset -f nvm
export NVM_DIR="/Users/paulirish/.nvm"
export NVM_DIR="$HOME/.nvm"
. "$NVM_DIR/nvm.sh" --no-use
nvm "${@}"
}
Expand Down

0 comments on commit 4eea7b9

Please sign in to comment.