added .cargo/bin to PATH.
This commit is contained in:
		
							parent
							
								
									ecab268930
								
							
						
					
					
						commit
						af38127637
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -19,6 +19,9 @@
 | 
				
			||||||
	testPath="$HOME/.local/bin"
 | 
						testPath="$HOME/.local/bin"
 | 
				
			||||||
	[ -d "$testPath" ] && export PATH="$PATH:$testPath"
 | 
						[ -d "$testPath" ] && export PATH="$PATH:$testPath"
 | 
				
			||||||
	export PATH="$PATH:/opt"
 | 
						export PATH="$PATH:/opt"
 | 
				
			||||||
 | 
						testPath="$HOME/.cargo/bin"
 | 
				
			||||||
 | 
						[ -d "$testPath" ] && export PATH="$PATH:$testPath"
 | 
				
			||||||
 | 
						export PATH="$PATH:/opt"
 | 
				
			||||||
	#set default editor and pager.
 | 
						#set default editor and pager.
 | 
				
			||||||
	export EDITOR=nvim
 | 
						export EDITOR=nvim
 | 
				
			||||||
	export VISUAL=nvim
 | 
						export VISUAL=nvim
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue