1. 03 Mar, 2022 2 commits
  2. 24 Feb, 2022 2 commits
  3. 10 Feb, 2022 1 commit
  4. 07 Feb, 2022 3 commits
  5. 27 Jan, 2022 2 commits
  6. 24 Jan, 2022 1 commit
  7. 22 Jan, 2022 1 commit
  8. 10 Jan, 2022 2 commits
  9. 05 Jan, 2022 1 commit
    • Marc Cornellà's avatar
      style: declare globals properly · d3bb52d7
      Marc Cornellà authored
      By default, `typeset` defines variables locally unless in the main scope.
      This is specially bad when using `omz plugin load`, which happens inside
      a function, so the declared variables don't continue being defined when
      the function finishes and the main scope reappears.
      d3bb52d7
  10. 03 Jan, 2022 5 commits
  11. 28 Dec, 2021 1 commit
  12. 26 Dec, 2021 1 commit
    • Marc Cornellà's avatar
      fix(random): fix `ZSH_THEME_RANDOM_QUIET` check (#10534) · 96e473a1
      Marc Cornellà authored
      BREAKING CHANGE: For consistency, `ZSH_THEME_RANDOM_QUIET` now needs to
      be `true` if you want to silence the "Random theme loaded" message in the
      `random` theme.
      
      The wiki specified that 1 or true was valid, while the code just
      checked whether it was set to any value. Being more strict makes
      sure that we're consistent with the rest of the Settings.
      
      Fixes #10534
      96e473a1
  13. 21 Dec, 2021 1 commit
  14. 16 Dec, 2021 2 commits
  15. 14 Dec, 2021 1 commit
  16. 13 Dec, 2021 12 commits
  17. 01 Dec, 2021 1 commit
  18. 11 Nov, 2021 1 commit