mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	Add env variable to tcsh init file
This commit is contained in:
		
							parent
							
								
									6a529f4f92
								
							
						
					
					
						commit
						c66828ced1
					
				@ -1,3 +1,6 @@
 | 
				
			|||||||
 | 
					# set the environment variable to let autojump know it's been loaded
 | 
				
			||||||
 | 
					setenv AUTOJUMP_SOURCED 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# set user installation paths
 | 
					# set user installation paths
 | 
				
			||||||
if (-d ~/.autojump/bin) then
 | 
					if (-d ~/.autojump/bin) then
 | 
				
			||||||
    set path = (~/.autojump/bin path)
 | 
					    set path = (~/.autojump/bin path)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user