sane-find-dotfiles: include ~/.local/state

This commit is contained in:
Colin 2023-06-01 21:43:58 +00:00
parent 6ffd6693cb
commit 8c30b87a94

View File

@ -4,6 +4,7 @@
find ~/ -maxdepth 1 -iname "*$1*" -print
find ~/.local/share/*/ -maxdepth 1 -iname "*$1*" -print
find ~/.local/state/*/ -maxdepth 1 -iname "*$1*" -print
find ~/.config/*/ -maxdepth 1 -iname "*$1*" -print
find ~/.cache/*/ -maxdepth 1 -iname "*$1*" -print