This commit is contained in:
newbieQQ 2026-05-14 10:24:47 +08:00
parent befba17811
commit 654ca23617
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ if [[ "$TERM" == "xterm-kitty" ]]; then
alias ssh="kitten ssh" alias ssh="kitten ssh"
fi fi
fastfetch if [[ $- == *i* && "$TERM_PROGRAM" != "vscode" ]]; then
fastfetch
fi