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

16 commits

Author SHA1 Message Date
Preston Button
5743198e0e
docs(aliases): fix typo (#11958) 2023-10-12 10:32:48 +02:00
Carlo Sala
fd219a94ab
docs(aliases): replace screenshot
Closes #11837
Closes #11822
2023-08-10 15:39:42 +02:00
Carlo Sala
6925c44af4
fix(aliases): rename acs to als in script help
Closes #11812
2023-07-25 01:22:39 +02:00
majick
33fbbdbb0d
fix(aliases)!: rename acs to als
BREAKING CHANGE: rename main function from `acs` to `als` to avoid conflicts with `ubuntu` and `debian` plugins and improve semantics.
2023-07-19 14:31:56 +02:00
Karim Benbourenane
06c16175ea
fix(aliases): group properly aliases (#11546) 2023-03-07 09:25:34 +01:00
Marc Cornellà
b602e0a066
fix(aliases): fix regression in filter argument 2023-02-27 20:46:42 +01:00
ZYX
f42c965da4
fix(aliases): clarify how to pass in keywords to acs (#11521)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-02-27 20:39:38 +01:00
Brenex
9697673616
docs(aliases): fix typos (#11348)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2022-11-21 11:23:16 +01:00
Yuval
4e4961e60c
feat(aliases): add basic argument parsing (#10710) 2022-10-18 19:40:02 +02:00
Marc Cornellà
4fcf52c2b1
fix: don't use $functions_source for compatibility with zsh < 5.4 2022-08-01 20:54:45 +02:00
Carlo Sala
0818df057c
fix: use python3 for all python invocations (#10832) 2022-04-09 14:45:42 +02:00
Marc Cornellà
c4be9294f2
style(acs): fix style and gitignore __pycache__ folder 2021-12-28 17:46:35 +01:00
Cédric Malard
56de7c85f3
docs(aliases): clarify usage (#9990) 2021-12-28 17:06:50 +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
Robby Russell
5cdba87025 Aliases: Adding a README file for the plugin. #4662 2021-06-11 19:46:00 -07:00
hqingyi
e47a8e2321
feat(plugins): add aliases cheatsheet plugin (#4662)
* add: explore alias quickly with aliases plugin.

* change: add compatibility with python2 & python3.

- add compatibility.
- add termcolor.py.
- remove aliass(search), just use acs.
- detect python.
2021-06-11 19:45:05 -07:00