mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-08-05 13:46:53 -07:00
Add instructions how to use home system's shell?
This commit is contained in:
@@ -15,6 +15,14 @@ To execute commands on the host system, run inside the sandbox:
|
|||||||
|
|
||||||
$ flatpak-spawn --host <COMMAND>
|
$ flatpak-spawn --host <COMMAND>
|
||||||
|
|
||||||
|
To make the Integrated Terminal automatically use the host system's shell,
|
||||||
|
you can add this to the settings:
|
||||||
|
|
||||||
|
{
|
||||||
|
"terminal.integrated.shell.linux": "/usr/bin/env",
|
||||||
|
"terminal.integrated.shellArgs.linux": ["--", "flatpak-spawn", "--host", "bash"]
|
||||||
|
}
|
||||||
|
|
||||||
This flatpak provides a standard development environment (gcc, python, etc).
|
This flatpak provides a standard development environment (gcc, python, etc).
|
||||||
To see what's available:
|
To see what's available:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user