X-Git-Url: https://code.kerkeslager.com/?a=blobdiff_plain;f=.bashrc;h=0e28220df35a63a6fca449520625cc02c4d4b53c;hb=4633d588c8303097bc00459f860d176ad5b921a6;hp=fad15eabb8f06a747a1f44a39d815558fcd8b855;hpb=dabd503f12259133e83f10bb10b558de2d38221b;p=dotfiles diff --git a/.bashrc b/.bashrc index fad15ea..0e28220 100644 --- a/.bashrc +++ b/.bashrc @@ -116,3 +116,7 @@ on_prompt() { # Call on_prompt() every time the command prompt executes PROMPT_COMMAND=on_prompt + +export NVM_DIR="/Users/david/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm +