- 23 May, 2023 1 commit
-
-
Carlo Sala authored
Closes #11709
-
- 22 May, 2023 1 commit
-
-
rogarb authored
The git_prompt_info() function in lib/git.zsh ignores git repos which contains a specific config key, allowing to effectively "hide" them from the prompt. Unfortunately, the bureau theme doesn't use the library function to build its prompt. This commit modifies the specific prompt generation function in the bureau theme in order to achieve the same behaviour.
-
- 21 May, 2023 3 commits
-
-
Marc Cornellà authored
Fixes #11085
-
Marc Cornellà authored
Fixes #11642
-
Craig Furman authored
-
- 15 May, 2023 1 commit
-
-
Joe authored
-
- 12 May, 2023 1 commit
-
-
ZYX authored
-
- 09 May, 2023 3 commits
-
-
roodkcab authored
Co-authored-by:
chenshuoshi <chenshuoshi@inagora.cn>
Closes #11680 -
Carlo Sala authored
-
Carlo Sala authored
-
- 06 May, 2023 2 commits
-
-
Mark Keisler authored
-
Carlo Sala authored
To disable gnu-ls (`gls`) even if it's installed in freeBSD and macOS you can set it up with: ```zsh zstyle ':omz:lib:theme-and-appearance' gnu-ls no ``` Closes #11647
-
- 03 May, 2023 2 commits
-
-
kang authored
-
Carlo Sala authored
Turns out that <U+F8FF> is a reserved unicode code that is Apple logo in Apple systems. Nerd fonts was overwritting that code to other stuff in v2 and that's why I thought it needed to be replaced. Closes #11665 This reverts commit 693e3dcc.
-
- 02 May, 2023 2 commits
-
-
Oleg Grigoriev authored
-
Carlo Sala authored
-
- 01 May, 2023 1 commit
-
-
Carlo Sala authored
Fix regression introduced in #11550. If an existing alias was present in the moment of sourcing, and oh-my-zsh aliases were disabled for that file, it'd be overwritten aswell. See #11658.
-
- 28 Apr, 2023 1 commit
-
-
Bas Nijholt authored
Mirror of https://github.com/agkozak/zsh-z/commit/6bfe418332866d15373392164df11b4fbec2083f Closes #11652 Co-authored-by:
Carlo Sala <carlosalag@protonmail.com>
-
- 27 Apr, 2023 3 commits
-
-
Carlo Sala authored
-
Carlo Sala authored
Closes #11644
-
Idan Fishman authored
Closes #11649 Co-authored-by:
Carlo Sala <carlosalag@protonmail.com>
-
- 21 Apr, 2023 2 commits
-
-
Miguel Sempere authored
Co-authored-by:
Carlo Sala <carlosalag@protonmail.com> -
Andrew Xie authored
Co-authored-by:
Carlo Sala <carlosalag@protonmail.com>
-
- 20 Apr, 2023 3 commits
-
-
Nathanial Spearing authored
-
Erin Schlarb authored
-
Erin Schlarb authored
-
- 19 Apr, 2023 1 commit
-
-
Roeniss Moon authored
-
- 18 Apr, 2023 1 commit
-
-
Mark Keisler authored
BREAKING CHANGE: This commit removes compatibility for `aws` cli v1. Now only v2 is supported.
-
- 17 Apr, 2023 1 commit
-
-
Carlo Sala authored
Fixes #11617
-
- 16 Apr, 2023 1 commit
-
-
Eddie Romanov authored
-
- 11 Apr, 2023 1 commit
-
-
Josh McKinney authored
-
- 09 Apr, 2023 2 commits
- 08 Apr, 2023 2 commits
-
-
Aleks authored
-
Carlo Sala authored
Closes #11606
-
- 07 Apr, 2023 2 commits
-
-
deimosian authored
Co-authored-by:
Carlo Sala <carlosalag@protonmail.com> -
Alexander Huynh authored
-
- 06 Apr, 2023 2 commits
-
-
Marc Cornellà authored
This change fixes the case where the compressed file (e.g. tools.tgz) only contains a folder with the same name (e.g. tools) in its root folder. tools.tgz: |- tools |- fileA.txt |- fileB.txt \- fileC.txt In that case, the "smart" folder creation mechanism will extract the files in a folder "tools", and this extraction folder will contain a single folder with the same name. Before this fix, the tool would try to move out the inside folder to the parent one, but there would already be a folder named "tools", so it would generate a conflict. This change first renames the inside folder to a random string, and only then it is moved outside and the old extraction folder is deleted.
-
François M authored
-
- 04 Apr, 2023 1 commit
-
-
Alexander Schlarb authored
Previously this was only emitted on macOS with Apple's Terminal.app (and compatible clones like iTerm2), but it is used by other terminal emulators as well to obtain the actual current working directory wiht symlinks intact. All non-supporting terminal emulators tested gracefully ignored this value, so emit this on these as well in case they (or some other app masquarading as them) add future support for this value. Closes #9914 Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-