Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. add flowing to `profile` array field and save
  2.  
  3. ```json
  4. {
  5. "acrylicOpacity": 0.75,
  6. "closeOnExit": true,
  7. "colorScheme": "Campbell",
  8. "commandline": "C:/Program Files/Git/usr/bin/bash.exe --login",
  9. "cursorColor": "#FFFFFF",
  10. "cursorShape": "bar",
  11. "fontFace": "Consolas",
  12. "fontSize": 10,
  13. "guid": "{14ad203f-52cc-4110-90d6-d96e0f41b64d}",
  14. "historySize": 9001,
  15. "icon": "C:/Program Files/Git/mingw64/share/git/git-for-windows.ico",
  16. "name": "Git Bash",
  17. "padding": "0, 0, 0, 0",
  18. "snapOnInput": true,
  19. "startingDirectory": "%USERPROFILE%",
  20. "useAcrylic": true
  21. }
  22. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement