mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	Merge remote-tracking branch 'blueyed/autojump.zsh-only-add-existing-dirs'
This commit is contained in:
		
						commit
						c16a816d37
					
				@ -1,7 +1,9 @@
 | 
			
		||||
# set user installation paths
 | 
			
		||||
if [[ -d ~/.autojump ]]; then
 | 
			
		||||
if [[ -d ~/.autojump/bin ]]; then
 | 
			
		||||
    path=(~/.autojump/bin ${path})
 | 
			
		||||
    fpath=(~/.autojump/functions/ ${fpath})
 | 
			
		||||
fi
 | 
			
		||||
if [[ -d ~/.autojump/functions ]]; then
 | 
			
		||||
    fpath=(~/.autojump/functions ${fpath})
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user