diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-18 15:31:25 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-18 15:31:25 +0100 |
commit | 591a4b065ca185e38b689ca714ef5350ded894fe (patch) | |
tree | 922b7f607fc387967537cc8d0bc47c23c523e2a4 | |
parent | f3c26def386e9e4ed51187150059ee84cb1579af (diff) | |
download | dotfiles-591a4b065ca185e38b689ca714ef5350ded894fe.tar.gz dotfiles-591a4b065ca185e38b689ca714ef5350ded894fe.tar.bz2 dotfiles-591a4b065ca185e38b689ca714ef5350ded894fe.zip |
(Shell)~zprofile init messages
Looks nicer, fancier and gives me a warm feeling inside.
-rw-r--r-- | Shell/.zprofile | 6 |
1 files 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" |