mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-07 21:50:41 +00:00
5 lines
147 B
Bash
Executable File
5 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
[[ -z "$NVM_DIR" ]] && export NVM_DIR="$HOME/.config/nvm"
|
|
[[ -s "$NVM_DIR/nvm.sh" ]] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|