1. 11 Feb, 2022 3 commits
  2. 10 Feb, 2022 8 commits
  3. 09 Feb, 2022 2 commits
  4. 07 Feb, 2022 4 commits
  5. 04 Feb, 2022 1 commit
  6. 03 Feb, 2022 1 commit
  7. 02 Feb, 2022 1 commit
    • Marc Cornellà's avatar
      fix(cli): allow `omz` commands to be used in a script (#10645) · e1a9d0ce
      Marc Cornellà authored
      The commands `omz plugin {enable,disable}` and `omz theme set`
      automatically reload the zsh session on success. With this
      change, the CLI checks whether the commands are run in an
      interactive session before reloading the zsh session.
      
      This change also conditionally sets the completion function
      for `omz` so that it's not done in a non-interactive session.
      e1a9d0ce
  8. 01 Feb, 2022 4 commits
  9. 28 Jan, 2022 5 commits
  10. 27 Jan, 2022 4 commits
  11. 26 Jan, 2022 1 commit
    • Marc Cornellà's avatar
      fix(npx)!: detect new `npx` versions and fail gracefully (#10452) · 3741d1aa
      Marc Cornellà authored
      BREAKING CHANGE: the `npx` plugin used a feature of `npx` to check for
      npm packages and run them if a command was not found. This feature was
      removed in v7.0.0 and was deemed insecure. The `npx` plugin is now
      officially deprecated and will be removed soon.
      
      Fixes #10452
      3741d1aa
  12. 24 Jan, 2022 6 commits