From da33f01ee8c0f367ea4fe2bd227b4cfc0b2b1fbd Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Wed, 11 Feb 2026 22:36:07 +0100 Subject: [PATCH] Remove zsh banner as it is annoying --- programs/zsh.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/programs/zsh.nix b/programs/zsh.nix index b7ff768..317d5e5 100644 --- a/programs/zsh.nix +++ b/programs/zsh.nix @@ -14,14 +14,6 @@ initContent = '' # Use kitty's ssh helper if running inside kitty [ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" - - [[ $- != *i* ]] && return - - # Run fastfetch - if command -v fastfetch >/dev/null 2>&1; then - fastfetch --logo none --config ~/.zsh/fastfetch.jsonc - fi - ''; }; }