Allow for the use of home and end in a container shell by setting a different TERM variable.

This commit is contained in:
Daniel Ceregatti 2025-07-30 13:53:51 -06:00
parent 1f31cec202
commit a64a61962e

View file

@ -4,6 +4,7 @@
cat > .bashrc <<EOF
alias ls='ls --color'
export PS1="${debian_chroot:+($debian_chroot)}\u@dz-server:\w\$ "
export TERM=screen.xterm-256color
unset DEVELOPMENT
EOF