mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			191 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			191 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/zsh
 | 
						|
 | 
						|
# WARP DIRECTORY
 | 
						|
# ==============
 | 
						|
# Jump to custom directories in terminal
 | 
						|
# because `cd` takes too long...
 | 
						|
#
 | 
						|
# @github.com/mfaerevaag/wd
 | 
						|
 | 
						|
eval "wd() { source '${0:A:h}/wd.sh' }"
 |