diff options
| author | 2019-01-31 10:59:37 +0100 | |
|---|---|---|
| committer | 2019-01-31 10:59:37 +0100 | |
| commit | 03710f25a87f7c96342eaf62918d4a9d5f07ef9c (patch) | |
| tree | 26002baa04906b27a62cc1c3a04941862d62312a | |
| parent | 4f15e641a2e3f297afd64b40e8a2dfe16c7ec121 (diff) | |
| download | dotfiles-03710f25a87f7c96342eaf62918d4a9d5f07ef9c.tar.gz dotfiles-03710f25a87f7c96342eaf62918d4a9d5f07ef9c.tar.bz2 dotfiles-03710f25a87f7c96342eaf62918d4a9d5f07ef9c.zip | |
NVM
| -rwxr-xr-x | bash/.bashrc | 5 |
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" |
| 212 | fi | 212 | fi |
| 213 | 213 | ||
| 214 | if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then | ||
| 215 | export NVM_DIR="$HOME/.nvm" | ||
| 216 | source "/usr/local/opt/nvm/nvm.sh" | ||
| 217 | fi | ||
| 218 | |||
| 214 | # vim: set ts=4 sw=4 tw=0 et : | 219 | # vim: set ts=4 sw=4 tw=0 et : |
