0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

30 commits

Author SHA1 Message Date
majick
b3427f0de6
fix(ubuntu)!: rename acse alias to acs
Closes #11799
This commit reverses 5bfdd0356b

BREAKING CHANGE: reverting alias rename from `acs` to `acse`.
2023-07-19 14:31:52 +02:00
Haltarys
5bfdd0356b
fix(ubuntu)!: rename acs alias to `acse (#11334)
BREAKING CHANGE: `acs` alias, present in both `ubuntu` and `debian` plugins conflicts with `acs` function in aliases plugin. Change it to prevent ghosting of one of them.
2022-11-11 09:49:41 +01:00
Marc Cornellà
a7c46d0ebd
fix(ubuntu): fix defining function based on alias error (#10560)
Fixes #10560
2022-01-03 17:09:59 +01:00
Ian Cowan
8b231f2aa7
chore(ubuntu): add documentation for acsp alias (#10325) 2021-12-29 16:18:16 +01:00
Josh Soref
0e41181d54
chore: fix spelling errors across the project (#10459)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-01 12:20:31 +01:00
Oshadha Gunawardena
3cdc36fc1e
feat(plugins): Add a new showpkg alias to ubuntu plugin (#4653)
Add an alias for ```showpkg``` to get the reverse and recursive dependencies on a package
2021-06-12 06:23:29 -07:00
Vignesh Balasubramaniam
caf0bfa046 ubuntu: fix aglu to list available upgrades (#8082) 2019-08-23 16:58:21 +02:00
Marc Cornellà
7d27843e89 ubuntu: rename ag to age to avoid conflict with The Silver Searcher
Fixes #3866
2019-03-26 18:16:29 +01:00
Marc Cornellà
7fe353ccb6 ubuntu: clean up plugin and README 2019-03-26 18:16:28 +01:00
Zach Whitten
2d967d66e6 ubuntu: update plugin README (#7199) 2018-10-03 20:52:38 +02:00
Janosch Schwalm
19b925e741 use https everywhere (#6574)
* use https everywhere

* use https links on the files that are left

Also, removed some broken links and updated redirections.
2018-08-07 20:42:01 +02:00
Harald Nordgren
0608bb768f Use 'apt' instead of 'apt-get' for Ubuntu >=16.04 (#5787) 2018-05-14 15:09:56 +02:00
Juanra Núñez
7cea8475fb Added aliases for listing packages (#6374)
Added 'agli' to list all installed packages.
Added 'aglu' to list available updates only.
2017-11-08 14:03:11 -08:00
Mahmoud Hossam
ed85147e6e Rename clashing ag alias (#5849)
* Fix ubuntu ag alias clashing with the silver searcher

* Add aliases for git apply and git merge --abort
2017-11-07 08:06:41 -08:00
Tiago Rinaldi
d072c0fbec Change agud alias from dist-upgrade to full-upgrade (#6384) 2017-11-06 06:41:33 -08:00
Patrick José Pereira
223872c453 'plugins/ubuntu/ubuntu.plugin.zsh: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-12-30 10:34:16 -02:00
Patrick José Pereira
8c6ac51f3f 'plugins/ubuntu/readme.md: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-12-30 10:34:16 -02:00
Rarylson Freitas
26aae6b583 Fix (plugins debian and ubuntu): apt-history list using zgrep (#5695)
Changing from `zcat` to `zgrep` because some `zcat` implementations do not work
if the file is not compressed.
2016-12-08 21:49:58 +01:00
Michel Filipe
3be4108d72 remove duplicate alias (#5508)
Removing one "apt-get autoremove" alias because it is duplicated.
2016-10-09 19:36:47 +02:00
Dominic Motuka
4505a438e4 update alias of get a list of packages installed locally (#5276) 2016-08-11 02:14:52 +02:00
Robby Russell
da6ece4ec9 Merge pull request #4117 from nextgenthemes/patch-1
Adds agar = apt-get autoremove
2015-08-30 21:51:50 -07:00
Philippe Loctaux
aaf5c8f43f added apt-get autoremove in ubuntu plugin
I use that command a lot of times, and there's no shortcut for that.
Now it does :)
2015-08-21 16:05:54 +02:00
nextgenthemes
2e92ff8ae5 Adds agar = apt-get autoremove
Since #3902 lacks the auto-completion I made a PR for this as well.

Also fixes some typos.
2015-07-02 17:33:30 +02:00
nextgenthemes
aff01d920e Update readme.md 2015-02-19 19:43:31 +01:00
nextgenthemes
393676387a Markdown bolds to capital letters 2015-02-19 19:37:54 +01:00
nextgenthemes
d8b9932138 Update readme.md 2015-02-17 07:49:55 +01:00
nextgenthemes
660eeb19c7 Update readme.md 2015-02-17 07:48:01 +01:00
nextgenthemes
3120b9ad45 Update readme.md 2015-02-17 07:36:23 +01:00
nextgenthemes
f50b3fe710 Create ubuntu plugin, based on debian plugin.
* Easy to remember aliases
* Simplified
* Added aar() function for `sudo apt-add-repository xxxx && apt-get upgrade && apt-get install xxxx`
2015-02-17 07:33:45 +01:00
nextgenthemes
6b29aab37a Create readme.md 2015-02-17 07:27:38 +01:00