add yarn to bashrc
This commit is contained in:
parent
3b3aa70b9f
commit
1b2f63f509
8
bashrc
8
bashrc
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user