Configure bash
This commit is contained in:
parent
6494664a60
commit
47c92124e5
8 changed files with 628 additions and 0 deletions
6
.bash_logout
Normal file
6
.bash_logout
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Executed by bash when a login shell exits
|
||||
|
||||
# Clear the screen to increase privacy
|
||||
if [ "$SHLVL" = 1 ]; then
|
||||
[ -x /usr/bin/clear ] && /usr/bin/clear || [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue