add yarn to bashrc
This commit is contained in:
		
							
								
								
									
										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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user