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
5b3d2b2f
Unverified
Commit
5b3d2b2f
authored
Sep 22, 2021
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "feat(archlinux): add cleanup aliases to `yaourt` and `yay` (#10184)"
This reverts commit
eba3be24
.
parent
16de5140
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
README.md
plugins/archlinux/README.md
+0
-4
archlinux.plugin.zsh
plugins/archlinux/archlinux.plugin.zsh
+0
-4
No files found.
plugins/archlinux/README.md
View file @
5b3d2b2f
...
...
@@ -143,8 +143,6 @@ upgrades were available. Use `pacman -Que` instead.
| yaupd |
`yaourt -Sy`
| Update and refresh local package, ABS and AUR databases |
| yaupg |
`yaourt -Syua`
| Sync with repositories before upgrading all packages (from AUR too) |
| yasu |
`yaourt -Syua --no-confirm`
| Same as
`yaupg`
, but without confirmation |
| yaclun |
`yaourt -Yc`
| Remove unneeded installed packages |
| yaclf |
`yaourt -Scc`
| Remove cache directories |
| upgrade
[
²
](
#f2
)
|
`yaourt -Syu`
| Sync with repositories before upgrading packages |
#### Yay[¹](#f1)
...
...
@@ -167,8 +165,6 @@ upgrades were available. Use `pacman -Que` instead.
| yaupd |
`yay -Sy`
| Update and refresh local package, ABS and AUR databases |
| yaupg |
`yay -Syu`
| Sync with repositories before upgrading packages |
| yasu |
`yay -Syu --no-confirm`
| Same as
`yaupg`
, but without confirmation |
| yaclun |
`yay -Yc`
| Remove unneeded installed packages |
| yaclf |
`yay -Scc`
| Remove cache directories |
| upgrade
[
²
](
#f2
)
|
`yay -Syu`
| Sync with repositories before upgrading packages |
---
...
...
plugins/archlinux/archlinux.plugin.zsh
View file @
5b3d2b2f
...
...
@@ -170,8 +170,6 @@ if (( $+commands[yaourt] )); then
alias
yainsd
=
'yaourt -S --asdeps'
alias
yamir
=
'yaourt -Syy'
alias
yaupd
=
"yaourt -Sy"
alias
yaclun
=
'yaourt -Yc'
alias
yaclf
=
'yaourt -Scc'
alias
upgrade
=
'yaourt -Syu'
fi
...
...
@@ -192,8 +190,6 @@ if (( $+commands[yay] )); then
alias
yainsd
=
'yay -S --asdeps'
alias
yamir
=
'yay -Syy'
alias
yaupd
=
"yay -Sy"
alias
yaclun
=
'yay -Yc'
alias
yaclf
=
'yay -Scc'
alias
upgrade
=
'yay -Syu'
fi
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