1. 03 May, 2021 4 commits
  2. 26 Apr, 2021 1 commit
  3. 25 Apr, 2021 6 commits
  4. 23 Apr, 2021 4 commits
  5. 11 Apr, 2021 2 commits
  6. 09 Apr, 2021 4 commits
  7. 07 Apr, 2021 1 commit
  8. 06 Apr, 2021 9 commits
  9. 31 Mar, 2021 2 commits
  10. 28 Mar, 2021 2 commits
  11. 27 Mar, 2021 1 commit
  12. 25 Mar, 2021 1 commit
  13. 15 Mar, 2021 3 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
    • CrispyConductor's avatar
      fix(vi-mode): fix keymap indicator on zle-line-finish (#9620) · 3f34ce4d
      CrispyConductor authored
      * Update VI_KEYMAP on zle-line-finish.  Fixes next prompt draw.
      
      * Also fix vi-mode prompt redraw in case previous prompt was canceled
      
      * Do not redraw fix prompt if VI_MODE_RESET_PROMPT_ON_MODE_CHANGE is unset
      
      * Use a local variable instead of global in function
      3f34ce4d
    • wahjava's avatar
      fix(fossil): PROMPT and RPROMPT are no longer exported (#9655) · e5d206c8
      wahjava authored
      Fixes #9654
      e5d206c8