summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-17 19:36:44 -0600
committerChristian Cleberg <[email protected]>2026-02-17 19:36:44 -0600
commit6f80b556512e81d689f797efafe4c5fc89ebe774 (patch)
treed711f24b51043712a19e4f0d158bf8abbd71ea18 /common
parentd8ea929046e1c98771f70896ad71ce469cb6418f (diff)
downloaddotfiles-6f80b556512e81d689f797efafe4c5fc89ebe774.tar.gz
dotfiles-6f80b556512e81d689f797efafe4c5fc89ebe774.tar.bz2
dotfiles-6f80b556512e81d689f797efafe4c5fc89ebe774.zip
fix xclean alias
Diffstat (limited to 'common')
-rw-r--r--common/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
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'