mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
Base: Set PATH in text mode
This commit is contained in:
parent
81b0b232e1
commit
cea7386ea8
Notes:
sideshowbarker
2024-07-17 04:58:51 +09:00
Author: https://github.com/implicitfield
Commit: cea7386ea8
Pull-request: https://github.com/SerenityOS/serenity/pull/15847
1 changed files with 2 additions and 2 deletions
|
@ -28,14 +28,14 @@ User=window
|
|||
[Shell@tty0]
|
||||
Executable=/bin/Shell
|
||||
StdIO=/dev/tty0
|
||||
Environment=TERM=xterm
|
||||
Environment=TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin
|
||||
KeepAlive=true
|
||||
SystemModes=text
|
||||
|
||||
[Shell@tty1]
|
||||
Executable=/bin/Shell
|
||||
StdIO=/dev/tty1
|
||||
Environment=TERM=xterm
|
||||
Environment=TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin
|
||||
KeepAlive=true
|
||||
SystemModes=text
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue