Compare commits

...

2 Commits

Author SHA1 Message Date
b690e10575 Merge branch 'master' into home 2026-02-11 22:36:19 +01:00
da33f01ee8 Remove zsh banner as it is annoying 2026-02-11 22:36:07 +01:00

View File

@@ -14,14 +14,6 @@
initContent = '' initContent = ''
# Use kitty's ssh helper if running inside kitty # Use kitty's ssh helper if running inside kitty
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" [ "$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
''; '';
}; };
} }