aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2021-04-11 23:25:32 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2021-04-11 23:25:32 +0200
commit16086fd22a3e341050ed6c292f8568bd392b3e92 (patch)
tree7f492ab43e6e1982678c236693676f53f88df4c3
parentf5b4cb79963bec8dcd40fd352bc586c58640d0a6 (diff)
downloaddotfiles-16086fd22a3e341050ed6c292f8568bd392b3e92.tar.gz
dotfiles-16086fd22a3e341050ed6c292f8568bd392b3e92.tar.bz2
dotfiles-16086fd22a3e341050ed6c292f8568bd392b3e92.zip
added alias for yarn
-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"