mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	adding quotes to tab()
This commit is contained in:
		
				
					committed by
					
						 Robby Russell
						Robby Russell
					
				
			
			
				
	
			
			
			
						parent
						
							2ecc228b23
						
					
				
				
					commit
					90627d3d1c
				
			| @@ -44,7 +44,7 @@ function tab() { | |||||||
|     end |     end | ||||||
|     tell application "Terminal" |     tell application "Terminal" | ||||||
|       activate |       activate | ||||||
|       do script with command "cd $PWD; $*" in window 1 |       do script with command "cd \"$PWD\"; $*" in window 1 | ||||||
|     end tell |     end tell | ||||||
| EOF | EOF | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user