Remove Bash and Fish Shell

This commit is contained in:
Fabio Scotto di Santolo
2025-07-18 14:29:52 +02:00
parent 536bb7d504
commit a92e04578d
55 changed files with 0 additions and 4661 deletions

7
zsh/.zlogout Normal file
View File

@@ -0,0 +1,7 @@
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi