add yarn to bashrc

This commit is contained in:
Eric D. Rohler 2019-05-15 04:39:30 -04:00
parent 3b3aa70b9f
commit 1b2f63f509

8
bashrc
View File

@ -55,3 +55,11 @@ alias dnfupdate='sudo dnf update -y'
alias src="cd /home/$USER/src/" alias src="cd /home/$USER/src/"
alias blogsrc="cd /home/$USER/src/repos/edr/ericrohler_static/" alias blogsrc="cd /home/$USER/src/repos/edr/ericrohler_static/"
alias dotfilesrc="cd /home/$USER/src/repos/edr/dotfiles/" alias dotfilesrc="cd /home/$USER/src/repos/edr/dotfiles/"
###-tns-completion-start-###
if [ -f /home/eric/.tnsrc ]; then
source /home/eric/.tnsrc
fi
###-tns-completion-end-###
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"