Fritz Reichwald
fb91ca27a2
feat(amuse): add whitespace before virtualenv ( #12423 )
2 years ago
Juho Kuisma
a8a747e18a
feat(fzf): add support for Fedora package ( #12421 )
2 years ago
ohmyzsh[bot]
b1c5315a5f
feat(wd): update to version v0.6.1 ( #12413 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2 years ago
Carlo Sala
0493eab8ce
fix(dependencies): check if repo is clean before committing
2 years ago
Carlo Sala
1d31ff6037
ci(dependencies): fetch all branches
2 years ago
Carlo Sala
eff648aab0
ci(dependencies): use `setup-python` and enable cron-based jobs
2 years ago
Carlo Sala
eb2ff84a2c
fix(dependencies): avoid creating PR if it's already there
2 years ago
Carlo Sala
423b9a8ded
feat(dependencies): add support for semver tags
2 years ago
Carlo Sala
a258eb4547
fix(dependencies): improve typing
2 years ago
Carlo Sala
13c8a10e39
style(dependencies): run `ruff` formatter
2 years ago
Carlo Sala
83110e8ce1
chore(dependencies): update requirements.txt
2 years ago
Marc Cornellà
d91f4e83ef
fix(fzf): fix missing `is-at-least` error in setup ( #12412 )
...
Fixes #12412
2 years ago
Francesco Ilario
0fabd5f22f
fix(git): add checked-out branch support to `gbg*` ( #12397 )
2 years ago
Ilya
d2cf10c29f
feat(procs): add completions plugin ( #12406 )
2 years ago
Kiran Koirala
9af7ebcf36
fix(nvm): use `command cat` to avoid alias ( #12410 )
2 years ago
Kiran Koirala
b1af78d64d
fix(nvm): use `nvm version` when needed ( #12409 )
2 years ago
Atk
5947c3c3c9
feat(dependencies): add `wd` ( #12405 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
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
2 years ago
Carlo Sala
8c5f64cc2f
feat(nvm): add `corepack` to `lazy_cmd`
2 years ago
Michael Gonzo
22bbc233e9
feat(python): autovenv keeps activated on subdirs ( #12396 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
Shai Coleman
668ca3a32d
fix(extract): `zst` now extracts as expected ( #12395 )
2 years ago
stefan
529f77a344
feat(termsupport): support `alacritty*` TERM ( #12392 )
...
Closes #12391
2 years ago
Antoine
8581ecd462
feat(autojump): add `nix-darwin` install path ( #12389 )
2 years ago
Carlo Sala
21963f4f67
fix(fzf): support old `fzf` versions
...
Closes #12387
2 years ago
Marc Cornellà
803e1a784c
fix(copybuffer): prevent `which` alias usage ( #12379 )
2 years ago
Carlo Sala
5d2d35cd17
fix(poetry-env): do not deactivate in a subdir
...
Closes #12377
2 years ago
John Matczak
ee69c14beb
feat(fishy): add color to username ( #12369 )
2 years ago
Zikoeng Xi
67581c53c6
fix(ssh-agent): add identity only if identity exists ( #12371 )
2 years ago
Marc Cornellà
0c80a063c3
chore(async): reenable async prompt by default on zsh < 5.0.6 ( #12358 )
...
Fixes #12331
2 years ago
Marc Cornellà
f78c6b90fc
fix(async): fix crash on zsh < 5.0.6 ( #12358 )
2 years ago
Marc Cornellà
1b5503a3ee
feat(fzf): support fzf setup for 0.48.0 and older ( #12367 )
...
Fixes #12355
2 years ago
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`.
2 years ago
Marc Cornellà
80a651a6df
chore(updater): small typo
2 years ago
Marc Cornellà
56cfcb44e7
fix(updater): abort update if `$ZSH` is not a git repository
...
Fixes #12298
2 years ago
Marc Cornellà
c262ffbb68
fix(update): define `$ZSH` if undefined ( #12273 )
...
Fixes #12273
Fixes https://github.com/topgrade-rs/topgrade/issues/519
2 years ago
Marc Cornellà
eafa78217d
fix(history): fix `history -c` ( #12362 )
...
Fixes #12362
2 years ago
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
2 years ago
Marc Cornellà
7ef3f49f97
fix(agnoster): prevent accidental alias use
2 years ago
Martin Hans
efa8de0b52
fix(history): fix edge cases introduced in #12341 ( #12357 )
2 years ago
Jhon Pedroza
b26000d168
feat(tmux): sessions named as current dir ( #12351 )
2 years ago
Kate Sullivan
31f2025e0f
feat(poetry-env): support changing between two venv dirs ( #12346 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
joél hawkins torres
6e9d57d5ab
fix(yarn): use `builtin cd` in completion ( #12347 )
2 years ago
Ruize Tang
53c4c4671a
fix(shell-proxy): support ssh-proxy using http proxy in cygwin ( #12340 )
2 years ago
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
2 years ago
Bartek Pacia
f85f501bcf
feat(macos): `ofd` now opens any directory ( #12337 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2 years ago
Taekin Kim
ef40286483
docs: fix typo ( #12339 )
2 years ago
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.
2 years ago
Soo Philip Jason Kim
3e2a5742cd
feat(git): add alias `gmc` for `git merge --continue` ( #12326 )
...
Co-authored-by: PJ Kim <pj.0x08@kakaocorp.com>
2 years ago
Reza Askari
982ea721bd
feat(laravel): add `artisan test` alias (`pats`) ( #12310 )
2 years ago
Carlo Sala
5bff59f78e
docs(git): add `gwipe` alias
2 years ago