ZSH Config: add start logo
This commit is contained in:
parent
3c6e622d49
commit
6d66e4afcf
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||||
####################################################################################################################################################
|
####################################################################################################################################################
|
||||||
|
|
Loading…
Reference in a new issue