Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-04 | Merge remote-tracking branch 'github/master'HEADmaster | Tuowen Zhao | |
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-28 | ci: fix path filtering in installer workflow | Marc Cornellà | |
See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths | |||
2023-10-28 | ci(vercel): add Content-Disposition header on installer | Marc Cornellà | |
This allows doing something like curl -O https://install.ohmyz.sh and have the `install.sh` file automatically saved to its right name. | |||
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-23 | chore: remove mentions of huntr.dev | Marc Cornellà | |
huntr.dev has pivoted to ML/AI-only vulnerability reporting, and we are now already using GitHub's private vulnerability reports. | |||
2023-10-22 | fix(direnv): use `hook` instead of `export` (#12000) | Amir Hosseini | |
2023-10-19 | fix(termsupport): add workaround for directory tracking issues in Konsole | Marc Cornellà | |
Fixes #11683 Related: 50c6786 | |||
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> | |||
2023-10-17 | feat(bazel): use completion also for bazelisk (#11984) | nishanthps-cai | |
2023-10-14 | fix(git): fix fallback to develop branch if `master` not found (#11966) | Marc Cornellà | |
2023-10-13 | fix(gnzh): Don't show .local for local hostnames in theme | Robby Russell | |
Fixes #10871 | |||
2023-10-13 | fix(avit): RPROMPT Fix for #10307 (#11131) | Steve Lessard Jr | |
Co-authored-by: Steve Lessard <slessardjr@users.noreply.github.com> | |||
2023-10-13 | feat(span): Introducing Snapcraft CLI plugin (#9357) | Kapil Pau | |
2023-10-13 | chore(postgres): fix typo (#11967) | Sandesh Pyakurel | |
2023-10-13 | chore(hitchhiker): fix typos (#11961) | Sandesh Pyakurel | |
2023-10-12 | chore(zsh-navigation-tools): fix typo (#11960) | Sandesh Pyakurel | |
2023-10-12 | docs(debian): clarify override behavior for `apt_pref` and `apt_upgr` | Marc Cornellà | |
Fixes #11959 | |||
2023-10-12 | docs(aliases): fix typo (#11958) | Preston Button | |
2023-10-11 | chore: change headings in README to Title Case (#11956) | sattisumasri | |
Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2023-10-11 | ci: remove redundant macos runner for CI tests | Marc Cornellà | |
Currently the macOS runner is not needed, as we are only checking zsh syntax. We can reactivate it in the future if needed. | |||
2023-10-11 | refactor(systemadmin): use `ss` instead of `netstat` when available (#11957) | Marc Cornellà | |
2023-10-11 | fix(xcode): open Xcode in current Desk if already open in another (#10384) | Marc Cornellà | |
Fixes #10384 | |||
2023-10-11 | fix(yarn): output completion entries in UTF-8 (#11955) | Lukas Elmer | |
2023-10-10 | fix(git): restore showing patch in `gsts` (#11951) | Adam Johnson | |
2023-10-09 | feat(kind): add plugin for Kind k8s tool (#9827) | Adam Henley | |
Co-authored-by: jxlwqq <jxlwqq@gmail.com> Co-authored-by: Francesco Ilario <fr.ilario@gmail.com> Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2023-10-09 | feat(git): delete squash-merged branches in `gbda` (#11948) | tobi1805 | |
2023-10-09 | feat(updater): add `background-alpha` update mode (preview) (#11928) | Marc Cornellà | |
NOTE: this feature is in alpha / preview mode, it is not guaranteed to work 100% of the time in all cases. If you experience any issues, open an issue or search for an open one describing your same situation. To use this, use the zstyle update mode settings [1] with the value `background-alpha`: zstyle ':omz:update' mode background-alpha [1] https://github.com/ohmyzsh/ohmyzsh#getting-updates | |||
2023-10-09 | fix(rtx): fix `rtx` init procedure (#11949) | Marc Cornellà | |
2023-10-08 | chore: update README badges | Marc Cornellà | |
2023-10-08 | feat(rtx) Added new polyglot runtime manager (asdf rust clone) (#11932) | DemonKiller | |
* add readme.md for rtx * add rtx plugin * update install info * remove redundant slashes | |||
2023-10-08 | Adding operating system compatibility chart | Robby Russell | |
2023-10-08 | Adding Mastadon and updating X badge | Robby Russell | |
2023-10-02 | feat(shell-proxy): allow excluding endpoints with `NO_PROXY` (#11924) | Abhinav | |
2023-10-02 | fix(ruby): add missing `-run` in `rserver` alias (#11913) | jack | |