diff options
Diffstat (limited to 'bash')
| -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 : |
