From bdf243ed75af75ba835c0bebaceb55a8fe3b0ea5 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 14 Mar 2025 13:10:11 +0100 Subject: [PATCH] move miau alias to correct file --- modules/shell/nu/aliases.nu | 1 + modules/shell/nu/custom_commands.nu | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/shell/nu/aliases.nu b/modules/shell/nu/aliases.nu index 72d528d..3d6bfab 100644 --- a/modules/shell/nu/aliases.nu +++ b/modules/shell/nu/aliases.nu @@ -36,4 +36,5 @@ alias gunim = cd ~/Docs/uni/mathe1-3; # typos alias juts = just; +alias miau = meow; alias shut = shutdown now; diff --git a/modules/shell/nu/custom_commands.nu b/modules/shell/nu/custom_commands.nu index 4f1d00b..fc22cba 100644 --- a/modules/shell/nu/custom_commands.nu +++ b/modules/shell/nu/custom_commands.nu @@ -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 ' ' } -alias miau = meow; - def bars [display_name?: string] { print $display_name; pkill eww