mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 21:26:20 +00:00
Changed PS1 to use static hostname
This commit is contained in:
parent
fc967bc4db
commit
a3b1dd60a7
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ WORKDIR /home/user
|
|||
ENV HOME=/home/user
|
||||
ENV DISPLAY=:0
|
||||
ENV SHELL=/usr/bin/bash
|
||||
ENV PS1="[\u@\h \W \$?]\$ "
|
||||
ENV PS1="[\u@myvnc \W \$?]\$ "
|
||||
|
||||
# X session environment variable
|
||||
ENV STARTXBIN=startplasma-x11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue