init
This commit is contained in:
15
fish/config.fish
Normal file
15
fish/config.fish
Normal 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
|
||||
Reference in New Issue
Block a user