dotfiles/shell/profile.d/nvm.sh
2025-09-04 20:50:01 -06:00

7 lines
106 B
Bash

#!/bin/sh
export NVM_DIR="$HOME/.config/nvm"
if [ -s "$NVM_DIR/nvm.sh" ]; then
. "$NVM_DIR/nvm.sh"
fi