function fish_greeting if not set -q TMUX if set -q SSH_CONNECTION if command -sq fastfetch fastfetch -c paleofetch.jsonc end if command -sq bsdfetch bsdfetch end end if command -sq fortune if string match -q -e 'Linux' (uname) echo fortune linux echo else fortune end end end end