| Age | Commit message (Collapse) | Author |
|
Closes #12536
|
|
|
|
|
|
Fixes #12298
|
|
Fixes #12273
Fixes https://github.com/topgrade-rs/topgrade/issues/519
|
|
Update to https://github.com/zkat/supports-hyperlinks/releases/tag/v3.0.0
|
|
|
|
|
|
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
|
|
|
|
|
|
Fixes #11617
|
|
|
|
|
|
Fixes #11135
|
|
|
|
|
|
Co-authored-by: Marc Cornellà <hello@mcornella.com>
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Closes #11574
Closes #11579
|
|
|
|
|
|
Fixes #11471
|
|
Fixes #9001
Fixes #10479
Closes #9376
Co-authored-by: Marc Cornellà <hello@mcornella.com>
|
|
Fixes #11390
|
|
macOS seems to break dev tools when updating the system. This should
prevent the previous issues. See #11309
Closes #11420
|
|
|
|
Fixes #11157
|
|
Fixes #10964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related: https://github.com/ohmyzsh/ohmyzsh/pull/10713/files#r820219899
|
|
|
|
When the `git init` call fails, the directory is not created,
so the rm command fails with a not found error. This change
checks whether the directory exists before deleting it.
|
|
The previous check simply compared whether the last commit of the branch
was the same in the local and the remote repository.
This commit also checks whether the remote commit is an ancestor of the
local commit. This fixes the case where the local repository has new
commits after the last published commit.
|
|
|
|
|
|
Fixes #10680
|
|
Reference: https://www.zsh.org/mla/users/2022/msg00067.html
|
|
Co-authored-by: Philippe Troin <phil@fifi.org>
|
|
Fixes #9699
|
|
|
|
|
|
|
|
|
|
|