- Apr 03, 2023
-
-
Marc Cornellà authored
BREAKING CHANGE: the previous zstyle setting to disable `lib/directories.zsh` aliases has been changed to the new syntax: `zstyle ':omz:lib:directories' aliases no`. See https://github.com/ohmyzsh/ohmyzsh#skip-aliases to see other ways you can use this setting. Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
-
Marc Cornellà authored
-
- Apr 02, 2023
-
-
Marc Cornellà authored
The previous code would remove the extract directory if the command failed. This could be bad because we're not checking if the extract directory already existed (since we're using `mkdir -p`), so it could be possible that the extract operation failed, and we'd be removing a directory that already existed and had files in it. This change only removes the directory if there are no files in it, regardless of whether the extract operation was successful or not. This is much safer.
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #11586
-
Saverio Guzzo authored
-
- Apr 01, 2023
-
-
Marc Cornellà authored
Fixes #11135
-
- Mar 31, 2023
-
-
Carlo Sala authored
-
Marc Cornellà authored
-
Guy Sartorelli authored
-
Webpage-gh authored
Co-authored-by: Marc Cornellà <hello@mcornella.com>
-
- Mar 28, 2023
-
-
Carlo Sala authored
Closes #11589
-
Håvard Bartnes authored
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> Closes #11574 Closes #11579
-
- Mar 23, 2023
-
-
Michele Bologna authored
-
Jose C. Massón authored
-
- Mar 21, 2023
-
-
Carlo Sala authored
Closes #11568 Closes #11570
-
Yu Xiang Zhang authored
-
- Mar 20, 2023
-
-
vladislav doster authored
-
- Mar 12, 2023
-
-
Marc Cornellà authored
As reported by https://geoff.greer.fm/lscolors Fixes #11554
-
- Mar 10, 2023
-
-
Zhong Zheng authored
-
- Mar 08, 2023
-
-
Benjamin Lieb authored
-
- Mar 07, 2023
-
-
Robby Russell authored
Was linking to an old URL
-
Julien Vincent authored
-
Marc Cornellà authored
This fixes an edge case where the user actually sets zstyle ':completion:*' list-colors in their zshrc, but the previous code used a precmd hook, which would override the user changes. With this change our modifications will be set in the init script, after the theme loads, so that later changes can affect our defaults. Note that this will not be run for users on plugin managers, as these don't generally run our init script.
-
potato authored
-
Karim Benbourenane authored
-
- Mar 06, 2023
-
-
Carlo Sala authored
-
- Mar 04, 2023
-
-
Carlo Sala authored
Co-authored-by: Sumudu Lansakara <sumudu.lansakara@ppro.com> Closes #9900
-
- Mar 03, 2023
-
-
Marc Cornellà authored
Co-authored-by: Andrew Janke <janke@pobox.com> Co-authored-by: Marcelo Parada <marcelo.parada@axoninsight.com> Co-authored-by: Uy Ha <hchanuy@gmail.com> Co-authored-by: Valentin Uveges <valentin.uveges@gmail.com>
-
Marc Cornellà authored
Fixes #11098
-
- Mar 02, 2023
-
-
Batuhan Şanlı authored
-
- Mar 01, 2023
-
-
Julian Suarez authored
-
- Feb 27, 2023
-
-
Marc Cornellà authored
-
ZYX authored
Co-authored-by: Marc Cornellà <hello@mcornella.com>
-
Carlos Eduardo Monti authored
Co-authored-by: Matthew Boston <matthew@matthewboston.com>
-
- Feb 26, 2023
-
-
Richard Mitchell authored
-
Jannik authored
-
Marc Cornellà authored
Fixes #11503
-
- Feb 24, 2023
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #11524
-