1. 09 Jul, 2020 4 commits
  2. 06 Jul, 2020 4 commits
  3. 05 Jul, 2020 1 commit
  4. 03 Jul, 2020 2 commits
  5. 01 Jul, 2020 4 commits
  6. 30 Jun, 2020 2 commits
  7. 28 Jun, 2020 3 commits
  8. 26 Jun, 2020 1 commit
  9. 23 Jun, 2020 1 commit
  10. 19 Jun, 2020 2 commits
  11. 18 Jun, 2020 1 commit
  12. 17 Jun, 2020 2 commits
  13. 10 Jun, 2020 4 commits
  14. 09 Jun, 2020 2 commits
  15. 08 Jun, 2020 3 commits
  16. 05 Jun, 2020 1 commit
  17. 04 Jun, 2020 2 commits
  18. 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