shell: exclude /mnt in fds alias
This commit is contained in:
parent
3d22741870
commit
6ca39a0167
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ alias packback='comm -23 <(paru -Qqett | sort) <(paru -Qqg base -g base-devel |
|
||||||
alias rce='reset && clear && exec zsh'
|
alias rce='reset && clear && exec zsh'
|
||||||
|
|
||||||
# find pretty much any file, quickly
|
# 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 things
|
||||||
SMART_PLUG_IP='192.168.1.250'
|
SMART_PLUG_IP='192.168.1.250'
|
||||||
|
|
Loading…
Add table
Reference in a new issue