mirror of
				https://tildegit.org/ben/dotfiles.git
				synced 2025-08-10 05:02:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
  // The command to execute for the terminal, leave blank for the OS default
 | 
						|
  // On OS X the terminal can be set to iTerm.sh to execute iTerm
 | 
						|
  "terminal": "C:\\Program Files\\Git\\git-bash.exe",
 | 
						|
 | 
						|
  // A list of default parameters to pass to the terminal, this can be
 | 
						|
  // overridden by passing the "parameters" key with a list value to the args
 | 
						|
  // dict when calling the "open_terminal" or "open_terminal_project_folder"
 | 
						|
  // commands
 | 
						|
  "parameters": []
 | 
						|
} |