1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +00:00

Base: Set PATH in text mode

This commit is contained in:
implicitfield 2022-10-29 19:59:08 +03:00 committed by Andreas Kling
parent 81b0b232e1
commit cea7386ea8

View file

@ -28,14 +28,14 @@ User=window
[Shell@tty0] [Shell@tty0]
Executable=/bin/Shell Executable=/bin/Shell
StdIO=/dev/tty0 StdIO=/dev/tty0
Environment=TERM=xterm Environment=TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin
KeepAlive=true KeepAlive=true
SystemModes=text SystemModes=text
[Shell@tty1] [Shell@tty1]
Executable=/bin/Shell Executable=/bin/Shell
StdIO=/dev/tty1 StdIO=/dev/tty1
Environment=TERM=xterm Environment=TERM=xterm PATH=/bin:/usr/bin:/usr/local/bin
KeepAlive=true KeepAlive=true
SystemModes=text SystemModes=text