Unset the DEVELOPMENT environment variable in .bashrc to make my life easier.

This commit is contained in:
Daniel Ceregatti 2024-05-29 01:39:47 -07:00
parent eff95afd65
commit 5eddab9abb

View file

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