cmc/dotfiles

Using GNU Stow to manage my dotfiles.

clone: git clone https://gitbay.org/cmc/dotfiles.git

6f80b556512e81d689f797efafe4c5fc89ebe774

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-02-18T01:36:44Z

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'