summaryrefslogtreecommitdiff
path: root/plugins/archlinux/archlinux.plugin.zsh
AgeCommit message (Collapse)Author
2018-04-15plugins/archlinux: add pacls, pacown, pacwebPhilippe Proulx
2018-04-15[archlinux] Fix function syntax to avoid clashes with aliasesMarc Cornellà
See https://bugs.debian.org/871816 Fixes #6592
2018-04-15Added trizen to the archlinux plugin (#6650)Arthur Brainville
* Added trizen to the archlinux plugin trizen is the recomended solution for using the Arch User Repository. both yaourt and pacaur have some issues. Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info> * Add trizen aliases to the readme Also fixed inconsistency in formatting on readme file. (also added myself in the contributor list)
2018-04-15hotfix for archlinux.plugin.zsh (#5909)Franz König
Co-authored-by: dalu <2694548+dalu@users.noreply.github.com>
2017-11-14Fixed Pacaur aliases (#6416)Ning Sun
`pacaur -Syua` only updated AUR pakcages, wihch is incompatible with semantics of `pacupg` and `yaupg`. Removing `-a` here it would work for both main repos and aur.
2017-02-22Added pacman file aliases (#5869)Franz König
2016-10-03Updated README of the archlinux pluginMoses Miller
2016-10-03Add pacaur compatibility to archlinux plugin + refactorMoses Miller
2016-09-04archlinux: yasu now working - only one dash needed (#5373)jarhat
2016-08-24archlinux: fix pacmanallkeys URL, make curl silentMarc Cornellà
Also make all functions local as to not spill variables into the global namespace.
2016-08-24archlinux: remove comments, format functions betterMarc Cornellà
2016-08-23archlinux: Update yasu aliasBjørn Madsen
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
2015-11-01archlinux: use $+commands instead of 'command -v' in a subshellDaniel Hahler
2015-06-12Plugins: archlinux - use command -v in favor of whichKhasMek
The command 'which' launches an external process that isn't really necessary.
2015-06-05Merge pull request #2999 from nicorevin/masterRobby Russell
fix paclist() for non-english locales
2014-08-09bugfix: two wild apostrophes Celso Miranda
oops
2014-08-09Add support for local aur databasesCelso Miranda
With these simple changes the plugin checks for the local AUR database and updates the aliases so it can update it when you issue a `pacupd` or `yaupd`.
2014-08-01fix paclist() for non-english localesNico Revin
2013-04-14Edit some yaourt aliases and add someMatthR3D
* yaupg now also updates AUR packages * Add yalst alias : it lists the installed packages, even from AUR * Add yaorph alias : it removes orphans using yaourt
2012-12-02Functions for managing pacman-keyMartin Putniorz
2011-10-25Add yaourt --sucre alias in archlinux pluginornicar
2011-07-23Remove sudo when using yaourt + do not rely on abs when not in path - In ↵Benjamin Boudreau
archlinux plugin
2011-07-19Fix typoBenjamin Boudreau
2011-07-16Added archlinux pluginBenjamin Boudreau