- 26 Dec, 2021 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 01 Dec, 2021 1 commit
-
-
Nick Aldwin authored
-
- 25 Nov, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10448
-
- 16 Nov, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10422
-
- 10 Nov, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10404
-
- 09 Nov, 2021 2 commits
-
-
Marc Cornellà authored
-
Kevin Burke authored
Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
- 05 Nov, 2021 1 commit
-
-
Marc Cornellà authored
-
- 27 Oct, 2021 1 commit
-
-
Marc Cornellà authored
In recent zsh versions, `${(@ps:$sep:)var}` where $sep is a variable containing a separator string and $var is a string with multiple values separated by $sep, the `p` flag makes zsh correctly expand $sep before splitting $var. In versions older than 5.0.8, this doesn't happen, so we use `eval` to get the same effect.
-
- 26 Oct, 2021 5 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10345
-
- 13 Oct, 2021 1 commit
-
-
Marc Cornellà authored
-
- 07 Oct, 2021 1 commit
-
-
Marc Cornellà authored
This reverts commit 63b7e576.
-
- 05 Oct, 2021 1 commit
-
-
Marc Cornellà authored
-
- 04 Oct, 2021 3 commits
-
-
Marc Cornellà authored
Fixes #8387
-
Marc Cornellà authored
Fixes #10187 Co-authored-by:
NoPreserveRoot <NoPreserveRoot@pm.me>
-
Marc Cornellà authored
-
- 23 Sep, 2021 1 commit
-
-
Marc Cornellà authored
-
- 22 Sep, 2021 1 commit
-
-
Marc Cornellà authored
Closes #8788 Co-authored-by:
Nikolas Garofil <nikolas@garofil.be>
-
- 16 Sep, 2021 1 commit
-
-
Marc Cornellà authored
Co-authored-by:
yyny <6576327+yyny@users.noreply.github.com>
-
- 07 Sep, 2021 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 06 Sep, 2021 1 commit
-
-
Marc Cornellà authored
-
- 17 Aug, 2021 1 commit
-
-
Marc Cornellà authored
-
- 14 Aug, 2021 1 commit
-
-
Marc Cornellà authored
-
- 08 Jul, 2021 1 commit
-
-
Marc Cornellà authored
This patch removes the 'exit 1' status code when the update check finishes or is ended with CTRL+C. Fixes #10033
-
- 07 Jul, 2021 1 commit
-
-
Marc Cornellà authored
-
- 12 Jun, 2021 1 commit
-
-
Logicer authored
-
- 06 Apr, 2021 1 commit
-
-
Max Staff authored
Fixes #8427
-
- 25 Mar, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #9701
-
- 15 Mar, 2021 2 commits
-
-
Léa Gris authored
* refactor(install.sh): fix static analysis warnings Clear all warnings and errors raised by shellcheck.net static analysis. - Replace non-POSIX shell use of `$OSTYPE` by POSIX compliant check on `uname -o`. - Move variables out of`printf` format string. - Refactor/simplify string formatters for error and underline. - Fix expansion of arguments to a single string `$*` rather than individual elements `$@` within the error and underline formatters. * fix(uname): non-posix -o option * fix(install.sh): non portable which Replaced non-portable `which zsh` by portable `command -v zsh`
-
Marc Cornellà authored
Fixes #9629 Fixes #9700
-
- 01 Mar, 2021 1 commit
-
-
Cai Cooper authored
* Don't error on upgrade no-op No error code is required for a non failure scenario. * Manually check whether changes were pulled in `omz update` Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
- 21 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-
- 10 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-
- 05 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-