Added function to automatically update packages lists
This commit is contained in:
parent
ac8fcd2d88
commit
8933a8faba
4
.config/fish/functions/update_packages_list.fish
Normal file
4
.config/fish/functions/update_packages_list.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
function update_packages_list
|
||||||
|
rm -f ~/.aur-package-list && pacman -Qqem >> ~/.aur-package-list
|
||||||
|
rm -f ~/.package-list && pacman -Qqen >> ~/.package-list
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user