dotfiles/fish/config.fish
2025-02-04 15:21:33 +00:00

14 lines
310 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
function fish_greeting
owoii (random choice "hello there" "owo" ">w<" "I use Arch BTW")
end
function owoii
owo --nre $argv | figlet
end
alias owofetch="hyfetch --ascii-file $HOME/.config/fastfetch/ascii-art.txt"