1. 17 Aug, 2021 1 commit
  2. 14 Aug, 2021 1 commit
  3. 08 Jul, 2021 1 commit
  4. 07 Jul, 2021 1 commit
  5. 12 Jun, 2021 1 commit
  6. 06 Apr, 2021 1 commit
  7. 25 Mar, 2021 1 commit
  8. 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
  9. 01 Mar, 2021 1 commit
  10. 21 Jan, 2021 1 commit
  11. 10 Jan, 2021 1 commit
  12. 05 Jan, 2021 1 commit
  13. 30 Dec, 2020 1 commit
  14. 28 Dec, 2020 1 commit
  15. 12 Dec, 2020 2 commits
  16. 07 Dec, 2020 2 commits
  17. 04 Dec, 2020 2 commits
  18. 02 Dec, 2020 1 commit
    • Marc Cornellà's avatar
      fix(updater): fix ignored variable name in read · 3f8af040
      Marc Cornellà authored
      I used _ which is a convention in other languages, but in shell scripting
      $_ is a special variable set by the shell, and in Zsh versions older than
      5.0.6 it complains for being a `read-only variable`.
      
      Fixes #9482
      3f8af040
  19. 01 Dec, 2020 1 commit
  20. 30 Nov, 2020 2 commits
  21. 09 Nov, 2020 1 commit
  22. 09 Sep, 2020 1 commit
  23. 20 Aug, 2020 2 commits
  24. 17 Aug, 2020 1 commit
  25. 13 Jul, 2020 1 commit
    • M. Yas. Davoodeh's avatar
      update: prefix rm call with command in trap (#9107) · 5c1a5c6c
      M. Yas. Davoodeh authored
      * Suppress the problematic trap output in check_upg
      
      The newly added trap, in systems where `rm` is aliased to `rm="rm -v"`,
      shows a message stating that "update.lock" has been removed each time `zsh` is called.
      I simply suppressed it with directing the output to `/dev/null`.
      
      * Use `command` instead of >/dev/null to suppress
      5c1a5c6c
  26. 01 Jul, 2020 1 commit
  27. 28 Jun, 2020 3 commits
  28. 09 Jun, 2020 1 commit
  29. 19 May, 2020 1 commit
  30. 18 May, 2020 1 commit
  31. 11 Mar, 2020 2 commits