From 16086fd22a3e341050ed6c292f8568bd392b3e92 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 11 Apr 2021 23:25:32 +0200 Subject: added alias for yarn --- bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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 alias pyhttpd="python3 -m http.server" fi +if exists yarnpkg; then + alias yarn=yarnpkg +fi + if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then export NVM_DIR="$HOME/.nvm" source "/usr/local/opt/nvm/nvm.sh" -- cgit v1.2.3