Merge from main.

This commit is contained in:
Daniel Ceregatti 2024-07-26 22:30:39 -07:00
parent d6d2c7562c
commit 119960773d
2 changed files with 2 additions and 1 deletions

View file

@ -122,6 +122,7 @@ add(){
symlink 1 ${1} "${MODNAME}" symlink 1 ${1} "${MODNAME}"
echo -e "Mod id ${1} - ${green}${MODNAME}${default} - added" echo -e "Mod id ${1} - ${green}${MODNAME}${default} - added"
xml ${ID} xml ${ID}
map ${ID}
} }
# Remove a mod # Remove a mod

View file

@ -4,7 +4,7 @@
if ! echo .bashrc | grep -q "dz-web" if ! echo .bashrc | grep -q "dz-web"
then then
echo "Adding PS1 to .bashrc..." echo "Adding PS1 to .bashrc..."
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 unset DEVELOPMENT