This commit is contained in:
2025-12-11 17:17:21 +01:00
commit 3add673455
43 changed files with 2799 additions and 0 deletions

15
fish/config.fish Normal file
View File

@@ -0,0 +1,15 @@
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