update bashrc

This commit is contained in:
Eric D. Rohler 2020-12-24 10:33:42 -05:00
parent c676c9fd3c
commit fba2feced6

5
bashrc
View File

@ -64,3 +64,8 @@ fi
###-tns-completion-end-###
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
if [$TILIX_ID] || [$VTE_VERSION]; then
source /etc/profile.d/vte.sh
fi