1. 12 Nov, 2022 1 commit
  2. 11 Nov, 2022 4 commits
  3. 10 Nov, 2022 1 commit
  4. 09 Nov, 2022 1 commit
  5. 08 Nov, 2022 3 commits
  6. 07 Nov, 2022 4 commits
  7. 06 Nov, 2022 2 commits
  8. 04 Nov, 2022 4 commits
  9. 03 Nov, 2022 4 commits
  10. 30 Oct, 2022 1 commit
  11. 25 Oct, 2022 2 commits
  12. 24 Oct, 2022 1 commit
  13. 22 Oct, 2022 1 commit
  14. 19 Oct, 2022 1 commit
  15. 18 Oct, 2022 4 commits
  16. 14 Oct, 2022 5 commits
  17. 12 Oct, 2022 1 commit
    • Marc Cornellà's avatar
      fix(cli): change unrecognized `\s` in BSD awk (#11146) · b9be3a43
      Marc Cornellà authored
      In BSD awk, \s is not a valid sequence interchangeable with "space or tab characters"
      as it is in GNU awk. This fix uses [ \t] instead, which is all the possibilities that
      we need to contemplate when reading the .zshrc file.
      
      Fixes #11146
      b9be3a43