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"