mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Fix typo
This commit is contained in:
parent
e7e9e5bbe6
commit
8e77ad468d
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ alias pacmir='sudo pacman -Syy' # Force refresh of all package li
|
|||
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}'
|
||||
}
|
||||
alias paclsorhpans='sudo pacman -Qdt'
|
||||
|
||||
alias paclsorphans='sudo pacman -Qdt'
|
||||
alias pacrmorphans='sudo pacman -Rs $(pacman -Qtdq)'
|
||||
|
||||
pacdisowned() {
|
||||
|
|
Loading…
Reference in a new issue