From d27125c8f75a914fc374df26fc5ce65577bc752a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 4 Nov 2024 17:23:50 +0100 Subject: [PATCH] typo --- .config/fish/functions/trash-empty.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/trash-empty.fish b/.config/fish/functions/trash-empty.fish index b75ed59..93280ae 100644 --- a/.config/fish/functions/trash-empty.fish +++ b/.config/fish/functions/trash-empty.fish @@ -1,4 +1,4 @@ -function trash --description "Empty the windows recycle bin." +function trash-empty --description "Empty the windows recycle bin." # Get function name set current_name $(status current-function)