mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-08-09 08:33:35 +00:00
Allow for the use of home and end in a container shell by setting a different TERM variable.
This commit is contained in:
parent
1f31cec202
commit
a64a61962e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
cat > .bashrc <<EOF
|
cat > .bashrc <<EOF
|
||||||
alias ls='ls --color'
|
alias ls='ls --color'
|
||||||
export PS1="${debian_chroot:+($debian_chroot)}\u@dz-server:\w\$ "
|
export PS1="${debian_chroot:+($debian_chroot)}\u@dz-server:\w\$ "
|
||||||
|
export TERM=screen.xterm-256color
|
||||||
unset DEVELOPMENT
|
unset DEVELOPMENT
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue