Commit Graph

7235 Commits

Author SHA1 Message Date
Alessandro Miliucci a779d6563f
chore(template): propose add `.local/bin` to PATH (#12417) 2024-05-16 22:13:36 +02:00
Fritz Reichwald fb91ca27a2
feat(amuse): add whitespace before virtualenv (#12423) 2024-05-15 19:27:21 +02:00
Juho Kuisma a8a747e18a
feat(fzf): add support for Fedora package (#12421) 2024-05-15 19:14:11 +02:00
ohmyzsh[bot] b1c5315a5f
feat(wd): update to version v0.6.1 (#12413)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-05-12 12:42:59 +02:00
Carlo Sala 0493eab8ce
fix(dependencies): check if repo is clean before committing 2024-05-12 12:40:45 +02:00
Carlo Sala 1d31ff6037
ci(dependencies): fetch all branches 2024-05-12 12:30:22 +02:00
Carlo Sala eff648aab0 ci(dependencies): use `setup-python` and enable cron-based jobs 2024-05-12 12:26:30 +02:00
Carlo Sala eb2ff84a2c fix(dependencies): avoid creating PR if it's already there 2024-05-12 12:26:30 +02:00
Carlo Sala 423b9a8ded feat(dependencies): add support for semver tags 2024-05-12 12:26:30 +02:00
Carlo Sala a258eb4547 fix(dependencies): improve typing 2024-05-12 12:26:30 +02:00
Carlo Sala 13c8a10e39 style(dependencies): run `ruff` formatter 2024-05-12 12:26:30 +02:00
Carlo Sala 83110e8ce1 chore(dependencies): update requirements.txt 2024-05-12 12:26:30 +02:00
Marc Cornellà d91f4e83ef
fix(fzf): fix missing `is-at-least` error in setup (#12412)
Fixes #12412
2024-05-12 09:45:26 +02:00
Francesco Ilario 0fabd5f22f
fix(git): add checked-out branch support to `gbg*` (#12397) 2024-05-10 19:17:18 +02:00
Ilya d2cf10c29f
feat(procs): add completions plugin (#12406) 2024-05-10 19:16:45 +02:00
Kiran Koirala 9af7ebcf36
fix(nvm): use `command cat` to avoid alias (#12410) 2024-05-10 12:08:35 +02:00
Kiran Koirala b1af78d64d
fix(nvm): use `nvm version` when needed (#12409) 2024-05-10 09:27:47 +02:00
Atk 5947c3c3c9
feat(dependencies): add `wd` (#12405)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-05-09 16:57:30 +02:00
Marc Cornellà b0561d28b5
fix(cli): fix edge cases in `omz plugin disable` command (#12401)
Also introduces tests, which will be refactored into the proper
place when a test system is finally designed.

Fixes #12400
2024-05-08 22:20:42 +02:00
Carlo Sala 8c5f64cc2f
feat(nvm): add `corepack` to `lazy_cmd` 2024-05-07 21:30:52 +02:00
Michael Gonzo 22bbc233e9
feat(python): autovenv keeps activated on subdirs (#12396)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-05-07 21:30:23 +02:00
Shai Coleman 668ca3a32d
fix(extract): `zst` now extracts as expected (#12395) 2024-05-03 21:43:53 +02:00
stefan 529f77a344
feat(termsupport): support `alacritty*` TERM (#12392)
Closes #12391
2024-05-02 15:11:18 +02:00
Antoine 8581ecd462
feat(autojump): add `nix-darwin` install path (#12389) 2024-05-01 11:04:12 +02:00
Carlo Sala 21963f4f67
fix(fzf): support old `fzf` versions
Closes #12387
2024-04-30 12:57:05 +02:00
Marc Cornellà 803e1a784c
fix(copybuffer): prevent `which` alias usage (#12379) 2024-04-25 08:04:18 +02:00
Carlo Sala 5d2d35cd17
fix(poetry-env): do not deactivate in a subdir
Closes #12377
2024-04-23 16:21:21 +02:00
John Matczak ee69c14beb
feat(fishy): add color to username (#12369) 2024-04-23 10:54:00 +02:00
Zikoeng Xi 67581c53c6
fix(ssh-agent): add identity only if identity exists (#12371) 2024-04-22 21:37:17 +02:00
Marc Cornellà 0c80a063c3 chore(async): reenable async prompt by default on zsh < 5.0.6 (#12358)
Fixes #12331
2024-04-22 10:59:34 +02:00
Marc Cornellà f78c6b90fc fix(async): fix crash on zsh < 5.0.6 (#12358) 2024-04-22 10:59:34 +02:00
Marc Cornellà 1b5503a3ee
feat(fzf): support fzf setup for 0.48.0 and older (#12367)
Fixes #12355
2024-04-19 21:57:46 +02:00
Martin Hans 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`.
2024-04-18 10:49:34 +02:00
Marc Cornellà 80a651a6df
chore(updater): small typo 2024-04-18 07:48:33 +02:00
Marc Cornellà 56cfcb44e7
fix(updater): abort update if `$ZSH` is not a git repository
Fixes #12298
2024-04-18 07:33:13 +02:00
Marc Cornellà c262ffbb68
fix(update): define `$ZSH` if undefined (#12273)
Fixes #12273
Fixes https://github.com/topgrade-rs/topgrade/issues/519
2024-04-18 07:16:42 +02:00
Marc Cornellà eafa78217d
fix(history): fix `history -c` (#12362)
Fixes #12362
2024-04-18 07:12:32 +02:00
Marc Cornellà 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
2024-04-17 20:21:18 +02:00
Marc Cornellà 7ef3f49f97
fix(agnoster): prevent accidental alias use 2024-04-16 20:04:25 +02:00
Martin Hans efa8de0b52
fix(history): fix edge cases introduced in #12341 (#12357) 2024-04-16 19:38:58 +02:00
Jhon Pedroza b26000d168
feat(tmux): sessions named as current dir (#12351) 2024-04-16 09:52:12 +02:00
Kate Sullivan 31f2025e0f
feat(poetry-env): support changing between two venv dirs (#12346)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-04-12 09:24:54 +02:00
joél hawkins torres 6e9d57d5ab
fix(yarn): use `builtin cd` in completion (#12347) 2024-04-11 19:27:29 +02:00
Ruize Tang 53c4c4671a
fix(shell-proxy): support ssh-proxy using http proxy in cygwin (#12340) 2024-04-10 15:39:19 +02:00
MoAlkhateeb 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
2024-04-09 18:09:26 +02:00
Bartek Pacia f85f501bcf
feat(macos): `ofd` now opens any directory (#12337)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-04-09 12:19:14 +02:00
Taekin Kim ef40286483
docs: fix typo (#12339) 2024-04-09 12:18:05 +02:00
MoAlkhateeb 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.
2024-04-09 08:07:57 +02:00
Soo Philip Jason Kim 3e2a5742cd
feat(git): add alias `gmc` for `git merge --continue` (#12326)
Co-authored-by: PJ Kim <pj.0x08@kakaocorp.com>
2024-04-08 22:40:15 +02:00
Reza Askari 982ea721bd
feat(laravel): add `artisan test` alias (`pats`) (#12310) 2024-04-08 22:36:38 +02:00