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