.bashrc aktualisiert

$TRASHVERZ konsequent eingesetzt
This commit is contained in:
alf
2025-08-03 11:27:09 +00:00
parent f14ab5c211
commit 0b2657aa8e

View File

@ -177,12 +177,11 @@ function purge() {
case $wwahl in case $wwahl in
"ja" | "j") "ja" | "j")
echo "Lösche..." echo "Lösche..."
\rm -r /home/$USER/.Müll/* \rm -r $TRASHVERZ
echo "Fertig. ERR: $?" echo "Fertig. ERR: $?"
;; ;;
"nein" | "n") "nein" | "n")
ls /home/$USER/.Müll/
echo "Nichts gelöscht." echo "Nichts gelöscht."
;; ;;