From 6d66e4afcf2dd18936d00107809494d53c20537f Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 11 Jan 2025 20:46:23 +0100 Subject: [PATCH] ZSH Config: add start logo --- Configs/ZSHShell/.zshrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index 5df6a5e..8761cad 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -12,4 +12,22 @@ setopt appendhistory # Immediately ap setopt histignorealldups # If a new command is a duplicate, remove the older one 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. + +#################################################################################################################################################### + + +#################################################################################################################################################### +# Startup print section +#################################################################################################################################################### +echo Hi ${(C)USER} + +cat << "EOF" + + __..--''``---....___ _..._ __ + /// //_.-' .-/"; ` ``<._ ``.''_ `. / // / + ///_.-' _..--.'_ \ `( ) ) // // + / (_..-' // (< _ ;_..__ ; `' / /// + / // // // `-._,_)' // / ``--...____..-' /// / // + +EOF ####################################################################################################################################################