ZSH Config: add start logo

This commit is contained in:
Aroy-Art 2025-01-11 20:46:23 +01:00
parent 3c6e622d49
commit 6d66e4afcf
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -12,4 +12,22 @@ setopt appendhistory # Immediately ap
setopt histignorealldups # If a new command is a duplicate, remove the older one setopt histignorealldups # If a new command is a duplicate, remove the older one
setopt autocd # if only directory path is entered, cd there. setopt autocd # if only directory path is entered, cd there.
setopt inc_append_history # save commands are added to the history immediately, otherwise only when shell exits. setopt inc_append_history # save commands are added to the history immediately, otherwise only when shell exits.
####################################################################################################################################################
####################################################################################################################################################
# Startup print section
####################################################################################################################################################
echo Hi ${(C)USER}
cat << "EOF"
__..--''``---....___ _..._ __
/// //_.-' .-/"; ` ``<._ ``.''_ `. / // /
///_.-' _..--.'_ \ `( ) ) // //
/ (_..-' // (< _ ;_..__ ; `' / ///
/ // // // `-._,_)' // / ``--...____..-' /// / //
EOF
#################################################################################################################################################### ####################################################################################################################################################