Files
nixos-dots/fish/config.fish
2025-12-11 17:17:21 +01:00

16 lines
461 B
Fish
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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