| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-04 | feat(rails): update completion script (#12145) | Zacharias Knudsen | |
| Source: https://github.com/zsh-users/zsh-completions/blob/f7c3173886f4f56bf97d622677c6d46ab005831f/src/_rails | |||
| 2024-01-03 | fix(rtx)!: rename `rtx` plugin to `mise` (#12143) | Jared Allard | |
| BREAKING CHANGE: Rename `rtx` plugin to `mise`. The project swapped name in `v2024.1.0`. Replace references to `rtx` with `mise` while maintaining backwards compatibility for `rtx` installations. Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-01-02 | refactor(minikube): standardize completion generation | Carlo Sala | |
| Closes #10763 | |||
| 2023-12-28 | feat(z): update to version afaf2965 (#12136) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2023-12-28 | feat(gitfast): update to version v2.0 (#12135) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2023-12-27 | feat(git): add `gcB` alias (#12116) | B. Hamonangan | |
| 2023-12-27 | feat(aws): add support for sso sessions login (#12090) | B. Hamonangan | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2023-12-27 | feat(aws): add sso logout capabilities (#12113) | Basti | |
| 2023-12-27 | fix(bgnotify): don't require accessibility perms in macos (#11433) | Brian Hartvigsen | |
| 2023-12-27 | fix(nvm): prevent duplicates in lazy_cmd | Carlo Sala | |
| Closes #11344 | |||
| 2023-12-24 | feat(react-native): add aliases for iPhone 15 (#12114) | Nidelson Gimenez | |
| 2023-12-22 | fix(bgnotify): make it work with `set -e` (#12111) | Gautam krishna R | |
| Co-authored-by: ipChrisLee <chrisleecn@outlook.com> | |||
| 2023-12-20 | fix(rake-fast): make `.rake_tasks` write atomic (#12108) | Oleg Grigoriev | |
| 2023-12-06 | feat(dotnet): update completion script (#12028) | Jasmin | |
| 2023-12-06 | feat(frontend-search): add `I am lucky` option | Josh Hubbard | |
| 2023-12-06 | feat(frontend-search): add nextjs | Josh Hubbard | |
| 2023-12-01 | feat(bgnotify): add option to disable terminal bell (#12077) | Benjamin Neff | |
| 2023-12-01 | refactor(bgnotify): get Sway AppId with `awk` as fallback (#12062) | Johan Sjöblom | |
| Closes #12062 | |||
| 2023-11-29 | feat(per-directory-history): add option to reduce verbosity (#12069) | cohml | |
| Co-authored-by: Chris Hamill <chamill@ets.org> | |||
| 2023-11-24 | fix(python): set `py` alias if `py` is not installed (#12059) | MikuHatsune39 | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2023-11-23 | feat(docker-compose): add `dclF` alias (#10603) | Mamad Kajbaf | |
| 2023-11-23 | docs(bgnotify): match README with current features (#12057) | Johan Sjöblom | |
| 2023-11-23 | feat(bgnotify): add icon parameter (#12055) | Johan Sjöblom | |
| 2023-11-22 | fix(per-directory-history): print toggle message properly (#10872) | Saduff | |
| 2023-11-22 | fix(bgnotify): detect properly if `swaymsg` is installed | Carlo Sala | |
| Closes #12053 | |||
| 2023-11-20 | feat(bgnotify): add support to wayland (#12045) | bretello | |
| 2023-11-20 | fix(juju): add `public-address` fallback to `jaddr` (#12046) | Babak K. Shandiz | |
| 2023-11-20 | feat(vi-mode): add option to disable clipboard (#12037) | Þórhallur Sverrisson | |
| 2023-11-20 | fix(grc): source grc.zsh on gentoo (#12050) | nexpspace | |
| Co-authored-by: mphi <mphi@norealmail.fdfe.de> Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2023-11-15 | fix(direnv): initialize properly direnv | Thomas Luzat | |
| Closes #12038 Closes #12039 Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2023-11-08 | fix(git): fix repository detection in `gccd` function (#12023) | Marc Cornellà | |
| Fixes #12023 | |||
| 2023-11-02 | fix(wd): use `(( ))` instead of `[[ ]]` | Carlo Sala | |
| zsh versions prior to 5.0.6 mark `[[ <num> ]]` as invalid syntax Closes #12017 | |||
| 2023-10-28 | feat(npm): add alias for `npm run build` (#12012) | Sarah Noor | |
| Closes #12010 | |||
| 2023-10-28 | feat(git-auto-fetch): fetch also submodules (#12001) | Josh Hubbard | |
| 2023-10-25 | fix(git-commit): fix revert alias conflict (#12007) | Marc Cornellà | |
| Fixes #12007 | |||
| 2023-10-24 | feat(vi-mode): allow replacing on visual mode (#12006) | alps2006 | |
| 2023-10-24 | fix(firewalld): remove ` (default)` from the end of zone string (#11998) | 家鳖大帝 | |
| 2023-10-22 | fix(direnv): use `hook` instead of `export` (#12000) | Amir Hosseini | |
| 2023-10-19 | fix(git): fix smart cd to cloned directory in `gccd` function | Marc Cornellà | |
| 2023-10-19 | fix(git): fix check in `gbds` function | Marc Cornellà | |
| 2023-10-19 | fix(git)!: standardize `git pull --rebase` aliases (#11224) | Zeeshan | |
| BREAKING CHANGE: The alias `gup` for `git pull --rebase` and its derivatives are replaced by `gpr` for standardization. This means the previous aliases will no longer be available after a few months. Meanwhile, the original aliases are still working, with a deprecation notice. See https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/README.md#deprecated-aliases for the full list of deprecated aliases. Fixes #11104 Closes #11224 Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2023-10-19 | feat(command-not-found): add support for Homebrew on Linux | Marc Cornellà | |
| Fixes #11151 | |||
| 2023-10-19 | refactor(lando): add `LANDO_ZSH_WRAPPED_COMMANDS` setting and refactor | Marc Cornellà | |
| 2023-10-19 | feat(lando): bypass `lando` if command is not available in container (#11993) | Ryan Tvenge | |
| Closes #11993 | |||
| 2023-10-19 | feat(tmux): add `tds` alias for directory sessions (#11987) | Peat Bakke | |
| 2023-10-18 | fix(ssh-agent): add error message if `~/.ssh` is not found (#11929) | Vishal Sharma | |
| Closes #11829 Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2023-10-18 | fix(git): move squash-merged branch deletion from `gbda` to `gbds` function ↵ | Marc Cornellà | |
| (#11991) | |||
| 2023-10-18 | feat(kubectl): add `kgdsa` alias (#11863) | Jérémy | |
| 2023-10-18 | feat(history): add `hl` alias (#11990) | Patryk Krawaczyński | |
| 2023-10-18 | feat(vscode): allow arguments to `vsc` alias (#11903) | Vyacheslav Scherbinin | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
