mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
added all shell configuration files
This commit is contained in:
8
shell/nodejs.sh
Normal file
8
shell/nodejs.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Node.js
|
||||
#
|
||||
|
||||
# Load nvm if it's available
|
||||
if [ -f "$HOME/.nvm/nvm.sh" ]; then
|
||||
source "$HOME/.nvm/nvm.sh"
|
||||
fi
|
||||
Reference in New Issue
Block a user