1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
Commit graph

5 commits

Author SHA1 Message Date
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
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
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