move miau alias to correct file

This commit is contained in:
Schrottkatze 2025-03-14 13:10:11 +01:00
commit bdf243ed75
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -36,4 +36,5 @@ alias gunim = cd ~/Docs/uni/mathe1-3;
# typos # typos
alias juts = just; alias juts = just;
alias miau = meow;
alias shut = shutdown now; alias shut = shutdown now;

View file

@ -75,8 +75,6 @@ def meow [ n = 1 ] {
"m{rr,r,}{e,ee,{,e,aa}o}w{,w,ww}" | str expand | shuffle | first $n | str join ' ' "m{rr,r,}{e,ee,{,e,aa}o}w{,w,ww}" | str expand | shuffle | first $n | str join ' '
} }
alias miau = meow;
def bars [display_name?: string] { def bars [display_name?: string] {
print $display_name; print $display_name;
pkill eww pkill eww