mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	fix to allow directories starting with hyphens
This commit is contained in:
		
							parent
							
								
									903f79333a
								
							
						
					
					
						commit
						225cdb2a8b
					
				@ -9,4 +9,4 @@ if (`alias cwdcmd` !~ *autojump*) then
 | 
				
			|||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#default autojump command
 | 
					#default autojump command
 | 
				
			||||||
alias j 'cd `autojump \!:1`'
 | 
					alias j 'cd `autojump -- \!:1`'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user