added debian bashrc

This commit is contained in:
2026-05-01 15:01:37 +01:00
parent 21316475e4
commit aec32d135b
2 changed files with 77 additions and 3 deletions
+1 -3
View File
@@ -80,13 +80,11 @@ if [ -f ".bashrc" ]; then
if [ ! -L ~/.bashrc ] && [ ! -f ~/.bashrc.bak ]; then
cp ~/.bashrc ~/.bashrc.bak
fi
cp -f .bashrc ~/.bashrc && echo "Done."
cp -f .bashrc_debian ~/.bashrc && echo "Done."
else
echo "Skipped (.bashrc not found)."
fi
# --- 5. Refresh Kitty ---
echo "-----------------------------------------------"
echo "✅ All set! Terminal Restarting."