From 591a4b065ca185e38b689ca714ef5350ded894fe Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 18 Sep 2022 15:31:25 +0100 Subject: (Shell)~zprofile init messages Looks nicer, fancier and gives me a warm feeling inside. --- Shell/.zprofile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Shell/.zprofile b/Shell/.zprofile index f3696c3..b62655e 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -21,11 +21,13 @@ export DOTNET_ROOT=~/.local/src/dotnet export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" # Import path to systemd -systemctl --user import-environment PATH +systemctl --user import-environment PATH SSH_AUTH_SOCK # Setup debuginfod sh /etc/profile.d/debuginfod.sh # Run some programs +echo "Welcome to..." +figlet "Arch Linux" /usr/bin/pfetch -misfortune +fortune | cowsay -f "tux" -- cgit v1.2.3-13-gbd6f