ssh: only run fastfetch on initial ssh session

This commit is contained in:
William 2026-02-15 11:54:34 -03:00
parent d184f75f5d
commit 5f1c05f090

View file

@ -31,7 +31,7 @@
enable = true; enable = true;
interactiveShellInit = '' interactiveShellInit = ''
set fish_greeting set fish_greeting
if set -q SSH_CONNECTION if set -q SSH_CONNECTION; and not set -q IN_NIX_SHELL; or not set -q TMUX
export TERM=xterm-256color export TERM=xterm-256color
clear clear
fastfetch fastfetch