diff --git a/.zshrc b/.zshrc index 7717ec9..5ba2c02 100644 --- a/.zshrc +++ b/.zshrc @@ -626,13 +626,26 @@ _environment(){ [ -s "/home/pika/.bun/_bun" ] && export BUN_INSTALL="$HOME/.bun" && export PATH="$BUN_INSTALL/bin:$PATH" } +_end(){ + if command_exists fastfetch; then + clear && + fastfetch + fi + + if command_exists cowsay; then + cowsay -f tux "$(uname -r)" + fi + + error_log +} + main(){ get_packager _init _environment _coding_ _alias - error_log + _end } if check_root; then