Reworked fish fastfetch greeting logic
This commit is contained in:
parent
e463d15fd5
commit
4f588ad8d9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
function fish_greeting
|
||||
if test "$SIXEL" = true; or string match -q xterm-256color "$TERM"
|
||||
if not string match -q "*ghostty*" "$TERM"
|
||||
fastfetch --logo-type sixel
|
||||
else
|
||||
fastfetch
|
||||
|
|
Loading…
Add table
Reference in a new issue