mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			113 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			113 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/zsh
 | 
						|
 | 
						|
# WARP
 | 
						|
# ====
 | 
						|
# oh-my-zsh plugin
 | 
						|
#
 | 
						|
# @github.com/mfaerevaag/wd
 | 
						|
 | 
						|
wd() {
 | 
						|
    . $ZSH/plugins/wd/wd.sh
 | 
						|
}
 |