if status is-interactive # Commands to run in interactive sessions can go here end function fish_greeting set_color --bold magenta echo "โ‚Šหšโœง ๐”€๐“ฎ๐“ต๐“ฌ๐“ธ๐“ถ๐“ฎ ๐“ฝ๐“ธ ๐“ฏ๐“ฒ๐“ผ๐“ฑ โœงหšโ‚Š" set_color --dim magenta echo -n "โ™ก " set_color --italic white echo -n "\"Something tells me everything is not going to be fine.\" " set_color --dim magenta echo "- Twilight Sparkle โ™ก" set_color normal end