From 6f80b556512e81d689f797efafe4c5fc89ebe774 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 17 Feb 2026 19:36:44 -0600 Subject: fix xclean alias --- common/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc index 70351da..713a368 100644 --- a/common/zsh/.zshrc +++ b/common/zsh/.zshrc @@ -79,7 +79,7 @@ alias mkdir="mkdir -p" alias grep="ripgrep" alias find="fd" alias emacs="emacs -nw" -alias xclean="find . -name '.DS_Store' -type f -delete" +alias xclean="fd -H '.DS_Store' -t f -x rm" # Git alias g='git' -- cgit v1.2.3