From 6ca39a01670c637e34e60ad72e13a3af38898c04 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 12 Jan 2023 04:03:03 -0800 Subject: [PATCH] shell: exclude /mnt in fds alias --- .config/shell/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/aliases b/.config/shell/aliases index c20ae29..58973c8 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -149,7 +149,7 @@ alias packback='comm -23 <(paru -Qqett | sort) <(paru -Qqg base -g base-devel | alias rce='reset && clear && exec zsh' # find pretty much any file, quickly -alias fds='fd --hidden --exclude /run' +alias fds='fd --hidden --exclude /run --exclude /mnt' # smart plug things SMART_PLUG_IP='192.168.1.250'