[fish] Add function to show any ‘*.pacnew’ files
This commit is contained in:
parent
44d70bd42e
commit
a9dfd34a6f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue