mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
5 lines
139 B
Bash
Executable File
5 lines
139 B
Bash
Executable File
#!/bin/env bash
|
|
|
|
[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.config/nvm"
|
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|