Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
79003802
Unverified
Commit
79003802
authored
Mar 10, 2020
by
LuFan Zhong
Committed by
GitHub
Mar 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
archlinux: fix wrong parameters in pacfiles alias (#8712)
parent
a31dee2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
plugins/archlinux/README.md
+1
-1
archlinux.plugin.zsh
plugins/archlinux/archlinux.plugin.zsh
+1
-1
No files found.
plugins/archlinux/README.md
View file @
79003802
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
| pacupg | sudo pacman -Syu | Sync with repositories before upgrading packages |
| pacupg | sudo pacman -Syu | Sync with repositories before upgrading packages |
| upgrade | 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 |
| 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 |
| pacls | pacman -Ql | List files in a package |
| pacown | pacman -Qo | Show which package owns a file |
| 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'
...
@@ -149,7 +149,7 @@ alias pacmir='sudo pacman -Syy'
alias
paclsorphans
=
'sudo pacman -Qdt'
alias
paclsorphans
=
'sudo pacman -Qdt'
alias
pacrmorphans
=
'sudo pacman -Rs $(pacman -Qtdq)'
alias
pacrmorphans
=
'sudo pacman -Rs $(pacman -Qtdq)'
alias
pacfileupg
=
'sudo pacman -Fy'
alias
pacfileupg
=
'sudo pacman -Fy'
alias
pacfiles
=
'pacman -F
s
'
alias
pacfiles
=
'pacman -F'
alias
pacls
=
'pacman -Ql'
alias
pacls
=
'pacman -Ql'
alias
pacown
=
'pacman -Qo'
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