mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Removed unnecessary sudo
This commit is contained in:
parent
d54c53e641
commit
1771eec8e3
@ -1,3 +1,3 @@
|
||||
function paclist
|
||||
sudo pacman -Qei (pacman -Qu|cut -d" " -f 1)|awk ' BEGIN {FS=":"}/^Name/{printf("\033[1;36m%s\033[1;37m", $2)}/^Description/{print $2}'
|
||||
pacman -Qei (pacman -Qu|cut -d" " -f 1)|awk ' BEGIN {FS=":"}/^Name/{printf("\033[1;36m%s\033[1;37m", $2)}/^Description/{print $2}'
|
||||
end
|
||||
|
@ -1,3 +1,3 @@
|
||||
function paclocs -d "Search for package(s) in the local database"
|
||||
sudo pacman -Qs $argv
|
||||
pacman -Qs $argv
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user