Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.43 KB | None | 0 0
  1.  
  2. // To view the default settings, hold "alt" while clicking on the "Settings" button.
  3. // For documentation on these settings, see: https://aka.ms/terminal-documentation
  4.  
  5. {
  6.   "$schema": "https://aka.ms/terminal-profiles-schema",
  7.  
  8.   "defaultProfile": "{f1e043fc-81a5-447a-b524-93a562bfd06f}",
  9.  
  10.   "profiles": [
  11.     {
  12.         "guid": "{bba2c069-6854-41df-9a72-24accb262112}",
  13.         "hidden": false,
  14.         "name": "PowerShell",
  15.         "source": "Windows.Terminal.PowershellCore",
  16.         "fontFace": "MS Gothic",
  17.         "closeOnExit": "graceful",
  18.         "cursorShape": "underscore",
  19.         "colorScheme": "One Half Dark",
  20.         "startingDirectory": "",
  21.         "fontSize" : 10,
  22.         "backgroundImage": "https://images-na.ssl-images-amazon.com/images/I/815t1QDXdUL._ACSX679.jpg",
  23.         "backgroundImageOpacity": 0.5
  24.     },
  25.     {
  26.         "closeOnExit": "graceful",
  27.         "colorScheme":  "One Half Dark",
  28.         "commandline": "T:\\Git\\bin\\bash.exe",
  29.         "cursorColor": "#FFFFFF",
  30.         "cursorShape": "underscore",
  31.         "fontFace": "MS Gothic",
  32.         "historySize" : 9001,
  33.         "icon": "T:\\Git\\mingw64\\share\\git\\git-for-windows.ico",
  34.         "name": "Git Bash",
  35.         "padding" : "0, 0, 0, 0",
  36.         "snapOnInput": true,
  37.         "startingDirectory": "",
  38.         "tabTitle": "Git Bash",
  39.         "backgroundImage": "https://images-na.ssl-images-amazon.com/images/I/815t1QDXdUL._ACSX679.jpg",
  40.         "backgroundImageOpacity": 0.5
  41.     },
  42.     {
  43.         "guid": "{f1e043fc-81a5-447a-b524-93a562bfd06f}",
  44.         "hidden": false,
  45.         "name": "Ubuntu",
  46.         "startingDirectory": "",
  47.         "fontSize" : 10,
  48.         "cursorShape": "underscore",
  49.         "source": "Windows.Terminal.Wsl",
  50.         "backgroundImage" : "https://images-na.ssl-images-amazon.com/images/I/815t1QDXdUL._ACSX679.jpg",
  51.         "backgroundImageOpacity" : 0.5
  52.     },
  53.     {
  54.         "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
  55.         "hidden": false,
  56.         "name": "Ubuntu",
  57.         "source": "Windows.Terminal.Wsl"
  58.     },
  59.     {
  60.         "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  61.         "hidden": false,
  62.         "name": "Azure Cloud Shell",
  63.         "source": "Windows.Terminal.Azure"
  64.     }
  65. ],
  66.  
  67.   // Add custom color schemes to this array
  68.   "schemes": [],
  69.  
  70.   // Add any keybinding overrides to this array.
  71.   // To unbind a default keybinding, set the command to "unbound"
  72.   "keybindings": []
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement