Configure zsh
This commit is contained in:
parent
47c92124e5
commit
8dbb94f75a
11 changed files with 1901 additions and 7 deletions
6
.config/shell/logout.sh
Normal file
6
.config/shell/logout.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# This file is sourced by a login shell upon logout
|
||||
|
||||
# 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