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]
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