HonorLee

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 1b5503a3ee feat(fzf): support fzf setup for 0.48.0 and older (#12367) Fixes #12355

5 hours ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • d17ca487a4 fix(history): add `t` option to history wrapper (#12365) The `t` option takes a strftime format specification as argument. This fixes cases in which $HIST_STAMPS is set to a value other than `mm/dd/yyyy|dd.mm.yyyy|yyyy-mm-dd`.
  • 80a651a6df chore(updater): small typo
  • 56cfcb44e7 fix(updater): abort update if `$ZSH` is not a git repository Fixes #12298
  • c262ffbb68 fix(update): define `$ZSH` if undefined (#12273) Fixes #12273 Fixes https://github.com/topgrade-rs/topgrade/issues/519
  • eafa78217d fix(history): fix `history -c` (#12362) Fixes #12362
  • View comparison for these 5 commits »

1 day ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 1ed8d4b555 fix(git): turn off async prompt by default on zsh < 5.0.6 (#12331) See https://github.com/ohmyzsh/ohmyzsh/issues/12331#issuecomment-2059460268

2 days ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

3 days ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • b26000d168 feat(tmux): sessions named as current dir (#12351)

3 days ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 31f2025e0f feat(poetry-env): support changing between two venv dirs (#12346) Co-authored-by: Carlo Sala <carlosalag@protonmail.com>

1 week ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 6e9d57d5ab fix(yarn): use `builtin cd` in completion (#12347)

1 week ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 53c4c4671a fix(shell-proxy): support ssh-proxy using http proxy in cygwin (#12340)

1 week ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 605d76616a fix(history): revert to old behavior when no args passed (#12341) * Fixed a bug in *omz_history* where it would automatically create a file when run with the -p flag * Reverted old history behaviour while fixing parsing bug

1 week ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • f85f501bcf feat(macos): `ofd` now opens any directory (#12337) Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
  • ef40286483 docs: fix typo (#12339)
  • a8f7f9f707 fix(history)!: fix arg passing to `fc` for `history` command (#12338) BREAKING CHANGE: we have fixed a bug in the `history` wrapper for OMZ which means that running just history will now not show all the history since the 1st command, but only recent ones. To get the previous behavior, you can run `history 1` to get all the command history, or other commands such as `history -30` to get the last 30 commands.
  • View comparison for these 3 commits »

1 week ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 3e2a5742cd feat(git): add alias `gmc` for `git merge --continue` (#12326) Co-authored-by: PJ Kim <pj.0x08@kakaocorp.com>
  • 982ea721bd feat(laravel): add `artisan test` alias (`pats`) (#12310)
  • 5bff59f78e docs(git): add `gwipe` alias
  • a6ce40df49 feat(git): introduce `gwipe` alias (#12302) `gpristine` might be too much on several occasions, given that it removes all untracked files. This might not be ideal because it will delete important things like environment files and encryption keys. With that in mind, this commit introduces `gwipe` as a way to get a "clean slate" but still have your dev environment working.
  • View comparison for these 4 commits »

1 week ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • bf713e2c11 Update README for git-prompt to clarify how to use (#10922) * Add note about need to customise theme. It may not be obvious that the theme needs to be customised. See: https://github.com/ohmyzsh/ohmyzsh/issues/9395 * Clarify type of theme customisation needed.
  • d893dd9b83 fix(autojump): add macOS 'pkgsrc' installation location (#12329)
  • View comparison for these 2 commits »

1 week ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 0389310390 fix(lib/git): fix detection of function use in prompt RPS1 and RPROMPT are not equivalent, though they have the same effect. Added both to detect if `git_prompt_*` is used. Fixes #12325

2 weeks ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 9d529c41cc perf(async): avoid executing `true` if not required (#12318) The issue which required "command true" was fixed in zsh 5.8.

2 weeks ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

2 weeks ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 04007a0e5d feat(git): implement async completion for `git_prompt_status` (#12319) This is important for themes using it, since it is usually a little slower than git_prompt_info. Also two small fixes : - the handler for git_prompt_info was incorrectly named _omz_git_prompt_status - _defer_async_git_register was kept in precmd, there is no need to call it on each prompt

2 weeks ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • ec1afe9dd6 feat(git)!: enable async git prompt (now for real) BREAKING CHANGE: the new async prompt feature will render prompt information asyncronously and degrade nicely when the calls take too long to finish, as the prompt will already be first drawn and interactive. This is enabled by default for the git prompt and themes that use it (`git_prompt_info`). If you find that it's not working for you, please open an issue if one is not already opened, and see https://github.com/ohmyzsh/ohmyzsh#disable-async-git-prompt for how to turn it off.
  • b43b84abc7 fix(async): avoid blocking the shell while waiting (#12304) Co-authored-by: Marc Cornellà <marc@mcornella.com>
  • View comparison for these 2 commits »

2 weeks ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

  • 130002a79e feat(httpie): complete https command (#12314)

2 weeks ago

HonorLee synced commits to master at HonorLee/ohmyzsh from mirror

2 weeks ago

HonorLee pushed tag publish to HonorLee/CGTool

3 weeks ago