unset DEVELOPMENT in bashrc.

This commit is contained in:
Daniel Ceregatti 2024-05-28 11:17:42 -07:00
parent 90f67dc065
commit 4ac44660d0

View file

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