summaryrefslogtreecommitdiff
path: root/plugins/ubuntu/ubuntu.plugin.zsh
AgeCommit message (Collapse)Author
2022-01-03fix(ubuntu): fix `defining function based on alias` error (#10560)Marc Cornellà
Fixes #10560
2021-06-12feat(plugins): Add a new showpkg alias to ubuntu plugin (#4653)Oshadha Gunawardena
Add an alias for ```showpkg``` to get the reverse and recursive dependencies on a package
2019-08-23ubuntu: fix aglu to list available upgrades (#8082)Vignesh Balasubramaniam
2019-03-26ubuntu: rename ag to age to avoid conflict with The Silver SearcherMarc Cornellà
Fixes #3866
2019-03-26ubuntu: clean up plugin and READMEMarc Cornellà
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2018-05-14Use 'apt' instead of 'apt-get' for Ubuntu >=16.04 (#5787)Harald Nordgren
2017-11-08Added aliases for listing packages (#6374)Juanra Núñez
Added 'agli' to list all installed packages. Added 'aglu' to list available updates only.
2017-11-07Rename clashing ag alias (#5849)Mahmoud Hossam
* Fix ubuntu ag alias clashing with the silver searcher * Add aliases for git apply and git merge --abort
2017-11-06Change `agud` alias from `dist-upgrade` to `full-upgrade` (#6384)Tiago Rinaldi
2016-12-30 'plugins/ubuntu/ubuntu.plugin.zsh: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-12-08Fix (plugins debian and ubuntu): `apt-history list` using `zgrep` (#5695)Rarylson Freitas
Changing from `zcat` to `zgrep` because some `zcat` implementations do not work if the file is not compressed.
2016-10-09remove duplicate alias (#5508)Michel Filipe
Removing one "apt-get autoremove" alias because it is duplicated.
2016-08-11update alias of get a list of packages installed locally (#5276)Dominic Motuka
2015-08-30Merge pull request #4117 from nextgenthemes/patch-1Robby Russell
Adds agar = apt-get autoremove
2015-08-21added apt-get autoremove in ubuntu pluginPhilippe Loctaux
I use that command a lot of times, and there's no shortcut for that. Now it does :)
2015-07-02Adds agar = apt-get autoremovenextgenthemes
Since #3902 lacks the auto-completion I made a PR for this as well. Also fixes some typos.
2015-02-17Create ubuntu plugin, based on debian plugin.nextgenthemes
* Easy to remember aliases * Simplified * Added aar() function for `sudo apt-add-repository xxxx && apt-get upgrade && apt-get install xxxx`