neodotfiles/config/etc/bash.bash_logout

7 lines
156 B
Text
Raw Normal View History

2024-03-29 05:38:17 +00:00
#!/usr/bin/env bash
# ~/.bash_logout: executed by bash(1) when login shell exits.
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear ] && /usr/bin/clear -q
fi