about summary refs log blame commit diff
path: root/sublime/.config/sublime-text-3/Packages/User/Terminal.sublime-settings
blob: ca1e13df7d0b47e221ca9aaddfa331bd38e52124 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                              
{
  // 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": []
}