From 39850fe6667a0048925a7ea86809c2f300d0b770 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 24 Feb 2026 19:02:01 -0800 Subject: [PATCH] Fix type in init.zsh --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index 38f93ac..1593a0d 100644 --- a/init.zsh +++ b/init.zsh @@ -152,7 +152,7 @@ if cmd_exists clash; then alias tp="clash put" alias trr="clash restore" alias trl="clash list" - alias tre="clash emtpy" + alias tre="clash empty" alias trm="clash empty" elif cmd_exists trash-put; then alias rm='echo "rm: I''m unsafe! Don''t use me."; false'