From 8767ecaaea01b77c6f8eda693de3b41838686628 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Tue, 12 Oct 2021 22:18:09 -0700 Subject: [PATCH] zsh: revert changes to fds alias --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3f49331..14f0bde 100644 --- a/.zshrc +++ b/.zshrc @@ -153,7 +153,7 @@ lla='ls -lah' \ # find pretty much any file, quickly - alias fds='fd --no-exclude --hidden --exclude /run' + alias fds='fd --hidden --exclude /run' # <<< }