1. 09 Nov, 2020 1 commit
  2. 27 Oct, 2020 1 commit
  3. 21 Oct, 2020 1 commit
  4. 20 Oct, 2020 1 commit
  5. 18 Oct, 2020 2 commits
  6. 10 Oct, 2020 4 commits
  7. 09 Oct, 2020 7 commits
  8. 08 Oct, 2020 1 commit
  9. 29 Sep, 2020 1 commit
  10. 28 Sep, 2020 1 commit
  11. 27 Sep, 2020 1 commit
  12. 26 Sep, 2020 1 commit
  13. 04 Sep, 2020 1 commit
  14. 18 Aug, 2020 1 commit
  15. 17 Aug, 2020 1 commit
  16. 06 Aug, 2020 1 commit
  17. 05 Aug, 2020 1 commit
  18. 04 Aug, 2020 4 commits
  19. 02 Aug, 2020 1 commit
  20. 23 Jul, 2020 1 commit
  21. 06 Jul, 2020 2 commits
  22. 03 Jul, 2020 1 commit
  23. 01 Jul, 2020 1 commit
  24. 30 Jun, 2020 1 commit
    • Patrick Moore's avatar
      Handle unset variables in various parts of the codebase (#8944) · e606ac70
      Patrick Moore authored
      DISABLE_UNTRACKED_FILES_DIRTY, DISABLE_AUTO_TITLE, GIT_STATUS_IGNORE_SUBMODULES are not set
      Handle these variables not being set with conditional access.
      
      If the user has set -u option to report attempts to use undeclared / unassigned variable, accessing the variables needs to be conditional.
      e606ac70
  25. 19 Jun, 2020 1 commit
  26. 03 Jun, 2020 1 commit
    • Marco Trevisan's avatar
      lib: don't override bigger HISTSIZE and SAVEHIST values (#8993) · ed4e317b
      Marco Trevisan authored
      oh-my-zsh Changes the HISTSIZE and SAVEHIST values to fixed sizes,
      however if a bigger value is set in ~/.zshrc, it will override it,
      potentially causing the user history to be deleted.
      
      So, only set these values if no other is set and if it is lower than the
      default ones.
      ed4e317b