dotfiles/fish/config.fish

14 lines
304 B
Fish
Raw Normal View History

2025-02-04 15:21:33 +00:00
if status is-interactive
# Commands to run in interactive sessions can go here
end
function fish_greeting
2025-02-16 19:01:28 +00:00
owoii (random choice "hello" "owo" ">w<" "I use Arch BTW")
2025-02-04 15:21:33 +00:00
end
function owoii
owo --nre $argv | figlet
end
alias owofetch="hyfetch --ascii-file $HOME/.config/fastfetch/ascii-art.txt"