Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
79003802
Unverified
Commit
79003802
authored
Mar 10, 2020
by
LuFan Zhong
Committed by
GitHub
Mar 10, 2020
Browse files
archlinux: fix wrong parameters in pacfiles alias (#8712)
parent
a31dee2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/archlinux/README.md
View file @
79003802
...
...
@@ -119,7 +119,7 @@
| pacupg | sudo pacman -Syu | Sync with repositories before upgrading packages |
| upgrade | sudo pacman -Syu | Sync with repositories before upgrading packages |
| pacfileupg | sudo pacman -Fy | Download fresh package databases from the server |
| pacfiles | pacman -F
s
| Search package file names for matching strings |
| pacfiles | pacman -F
| Search package file names for matching strings |
| pacls | pacman -Ql | List files in a package |
| pacown | pacman -Qo | Show which package owns a file |
...
...
plugins/archlinux/archlinux.plugin.zsh
View file @
79003802
...
...
@@ -149,7 +149,7 @@ alias pacmir='sudo pacman -Syy'
alias
paclsorphans
=
'sudo pacman -Qdt'
alias
pacrmorphans
=
'sudo pacman -Rs $(pacman -Qtdq)'
alias
pacfileupg
=
'sudo pacman -Fy'
alias
pacfiles
=
'pacman -F
s
'
alias
pacfiles
=
'pacman -F'
alias
pacls
=
'pacman -Ql'
alias
pacown
=
'pacman -Qo'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment