Configure zsh

This commit is contained in:
Alexander Hess 2022-08-08 23:59:31 +02:00
commit 8dbb94f75a
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
11 changed files with 1901 additions and 7 deletions

View file

@ -1,6 +1,3 @@
# 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
source "$HOME/.config/shell/logout.sh"