From 1b2f63f5092d97dcf846d660b76111c4b11b88fc Mon Sep 17 00:00:00 2001 From: "Eric D. Rohler" Date: Wed, 15 May 2019 04:39:30 -0400 Subject: [PATCH] add yarn to bashrc --- bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bashrc b/bashrc index 98bcd6a..0f2a6b6 100644 --- a/bashrc +++ b/bashrc @@ -55,3 +55,11 @@ alias dnfupdate='sudo dnf update -y' alias src="cd /home/$USER/src/" alias blogsrc="cd /home/$USER/src/repos/edr/ericrohler_static/" 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"