1
0
dotfiles/bash/dot-bash_logout
Nigel d651cce8ca
FEAT: Added activate script, Cleaned up dotfiles folder
- hidden files now make use of the dot- prefix
- Activate.sh can be used to activate all stow packages
- I used to append tons of paths to my PATH environment variable
    I have now changed to moving build binaries into /opt and symlinking
    the necessary binaries to /usr/bin/local. This makes all tools build
    also available as the root user
- Replaced the dmenu in i3 with rofi and a nice fitting colourscheme
2024-04-09 22:13:23 +02:00

8 lines
220 B
Plaintext

# ~/.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