stopped adding ~/scripts to $PATH. added /opt to $PATH.
This commit is contained in:
		
							parent
							
								
									efe9a262a5
								
							
						
					
					
						commit
						7016410f97
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -18,8 +18,7 @@
 | 
			
		|||
	#test that these nonstandard paths exist before adding to PATH.
 | 
			
		||||
	testPath="$HOME/.local/bin"
 | 
			
		||||
	[ -d "$testPath" ] && export PATH="$PATH:$testPath"
 | 
			
		||||
	testPath="$HOME/scripts"
 | 
			
		||||
	[ -d "$testPath" ] && export PATH="$PATH:$testPath"
 | 
			
		||||
	export PATH="$PATH:/opt"
 | 
			
		||||
	#set default editor and pager.
 | 
			
		||||
	export EDITOR=nvim
 | 
			
		||||
	export VISUAL=nvim
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue