[fish] Add function to show any ‘*.pacnew’ files

This commit is contained in:
Tom Willemse 2021-10-22 00:49:09 -07:00
parent 44d70bd42e
commit a9dfd34a6f

View file

@ -47,6 +47,10 @@ function myctl
systemctl --user $argv systemctl --user $argv
end end
function fpn --description="Search for any .pacnew files in /etc"
sudo find /etc/ -type f -name '*.pacnew'
end
bind \ep up-or-search bind \ep up-or-search
bind \en down-or-search bind \en down-or-search