Merge pull request #444 from ironhaven/patch-1

Fix terminal setup json
This commit is contained in:
Bilal Elmoussaoui
2023-11-06 17:44:32 +01:00
committed by GitHub
+1 -1
View File
@@ -42,7 +42,7 @@ And make sure that you have the following lines there:
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/usr/bin/flatpak-spawn",
"args": ["--host", "--env=TERM=xterm-256color", "bash"]
"args": ["--host", "--env=TERM=xterm-256color", "bash"],
"icon": "terminal-bash",
"overrideName": true
}