1. 26 Dec, 2021 2 commits
  2. 01 Dec, 2021 1 commit
  3. 25 Nov, 2021 1 commit
  4. 16 Nov, 2021 1 commit
  5. 10 Nov, 2021 1 commit
  6. 09 Nov, 2021 2 commits
  7. 05 Nov, 2021 1 commit
  8. 27 Oct, 2021 1 commit
    • Marc Cornellà's avatar
      fix(changelog): fix for `${(@ps:$sep:)var}` construct in zsh < 5.0.8 · 1dba1120
      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.
      1dba1120
  9. 26 Oct, 2021 5 commits
  10. 13 Oct, 2021 1 commit
  11. 07 Oct, 2021 1 commit
  12. 05 Oct, 2021 1 commit
  13. 04 Oct, 2021 3 commits
  14. 23 Sep, 2021 1 commit
  15. 22 Sep, 2021 1 commit
  16. 16 Sep, 2021 1 commit
  17. 07 Sep, 2021 2 commits
  18. 06 Sep, 2021 1 commit
  19. 17 Aug, 2021 1 commit
  20. 14 Aug, 2021 1 commit
  21. 08 Jul, 2021 1 commit
  22. 07 Jul, 2021 1 commit
  23. 12 Jun, 2021 1 commit
  24. 06 Apr, 2021 1 commit
  25. 25 Mar, 2021 1 commit
  26. 15 Mar, 2021 2 commits
    • Léa Gris's avatar
      refactor(installer): fix static analysis warnings (#9529) · 95a06f39
      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`
      95a06f39
    • Marc Cornellà's avatar
      fix(uninstall): fix renaming .zshrc when no original rc file found · e8716cb5
      Marc Cornellà authored
      Fixes #9629
      Fixes #9700
      e8716cb5
  27. 01 Mar, 2021 1 commit
  28. 21 Jan, 2021 1 commit
  29. 10 Jan, 2021 1 commit
  30. 05 Jan, 2021 1 commit