How to change fish terminal icon and fastfetch?

## Run fastfetch if session is interactive
if status --is-interactive && type -q fastfetch
   fastfetch --config dr460nized.jsonc
end

dr460nized.jsonc not r460nized-fastfetch.jsonc

or

## Run fastfetch if session is interactive
if status --is-interactive && type -q fastfetch
   fastfetch --config neofetch.jsonc
end
3 Likes