aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rwxr-xr-xbash/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 3090d18..4c9dea3 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -267,6 +267,10 @@ if exists python3; then
267 alias pyhttpd="python3 -m http.server" 267 alias pyhttpd="python3 -m http.server"
268fi 268fi
269 269
270if exists yarnpkg; then
271 alias yarn=yarnpkg
272fi
273
270if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then 274if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then
271 export NVM_DIR="$HOME/.nvm" 275 export NVM_DIR="$HOME/.nvm"
272 source "/usr/local/opt/nvm/nvm.sh" 276 source "/usr/local/opt/nvm/nvm.sh"