aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rwxr-xr-xbash/.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index cfd3446..9d8f705 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -211,4 +211,9 @@ if exists xcrun; then
211 export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$SDK_PATH/usr/include" 211 export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$SDK_PATH/usr/include"
212fi 212fi
213 213
214if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then
215 export NVM_DIR="$HOME/.nvm"
216 source "/usr/local/opt/nvm/nvm.sh"
217fi
218
214# vim: set ts=4 sw=4 tw=0 et : 219# vim: set ts=4 sw=4 tw=0 et :