shell: exclude /mnt in fds alias

This commit is contained in:
PowerUser64 2023-01-12 04:03:03 -08:00
parent 3d22741870
commit 6ca39a0167

View file

@ -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'