summaryrefslogtreecommitdiff
path: root/plugins/ubuntu
AgeCommit message (Collapse)Author
2016-12-30 'plugins/ubuntu/ubuntu.plugin.zsh: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-12-30 'plugins/ubuntu/readme.md: 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-19Update readme.mdnextgenthemes
2015-02-19Markdown bolds to capital lettersnextgenthemes
2015-02-17Update readme.mdnextgenthemes
2015-02-17Update readme.mdnextgenthemes
2015-02-17Update readme.mdnextgenthemes
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`
2015-02-17Create readme.mdnextgenthemes