19 lines
454 B
Fish
19 lines
454 B
Fish
if status is-interactive
|
|
|
|
end
|
|
|
|
function fish_greeting
|
|
owoii (random choice "hello there" "owo" ">w<" "I use Arch BTW")
|
|
end
|
|
|
|
function owoii
|
|
owo -ne -nf $argv | figlet
|
|
end
|
|
|
|
alias update="sudo pacman -Syu && flatpak update && yay -Syu"
|
|
alias fishrc="nano .config/fish/config.fish"
|
|
alias owofetch="hyfetch -b fastfetch --ascii-file $HOME/.config/fastfetch/ascii-art.txt"
|
|
alias hello="fish_greeting"
|
|
alias die="screen -X -S $STY quit"
|
|
alias c="clear"
|