1. 10 Apr, 2022 1 commit
  2. 04 Mar, 2022 1 commit
  3. 24 Feb, 2022 2 commits
  4. 11 Feb, 2022 2 commits
  5. 07 Feb, 2022 1 commit
  6. 22 Jan, 2022 1 commit
  7. 13 Jan, 2022 1 commit
  8. 01 Dec, 2021 1 commit
  9. 25 Nov, 2021 1 commit
  10. 10 Nov, 2021 1 commit
  11. 09 Nov, 2021 1 commit
  12. 05 Nov, 2021 1 commit
  13. 04 Oct, 2021 3 commits
  14. 08 Jul, 2021 1 commit
  15. 01 Mar, 2021 1 commit
  16. 21 Jan, 2021 1 commit
  17. 07 Dec, 2020 1 commit
  18. 30 Nov, 2020 1 commit
  19. 13 Jul, 2020 1 commit
    • M. Yas. Davoodeh's avatar
      update: prefix rm call with command in trap (#9107) · 5c1a5c6c
      M. Yas. Davoodeh authored
      * Suppress the problematic trap output in check_upg
      
      The newly added trap, in systems where `rm` is aliased to `rm="rm -v"`,
      shows a message stating that "update.lock" has been removed each time `zsh` is called.
      I simply suppressed it with directing the output to `/dev/null`.
      
      * Use `command` instead of >/dev/null to suppress
      5c1a5c6c
  20. 28 Jun, 2020 2 commits
  21. 09 Jun, 2020 1 commit
  22. 07 Apr, 2019 1 commit
  23. 15 Jun, 2018 1 commit
  24. 15 May, 2018 1 commit
    • Gert de Pagter's avatar
      Update the update prompt (#6825) · 2b7a41b0
      Gert de Pagter authored
      `[Oh My Zsh] Would you like to check for updates? [Y/n]: ` does not make sense, 
      since answering yes will download/apply the new updates instead of checking for them.
      2b7a41b0
  25. 03 Oct, 2016 3 commits
  26. 09 Aug, 2016 1 commit
  27. 16 Oct, 2015 1 commit
  28. 03 Aug, 2015 1 commit
  29. 10 Jun, 2015 1 commit
  30. 15 Dec, 2014 1 commit
    • Mark Feltner's avatar
      fix(tools/check_for_upgrade): Don't source profile · 83553597
      Mark Feltner authored
      Reverts #2296, but mostly #1883.
      
      There is no need to source ~/.profile when this script is read. oh-my-zsh writes no configuration data in ~/.profile.
      
      If the user wishes to use data within ~/.profile, then they should source it in another place.
      
      Fixes #2315
      83553597
  31. 14 Oct, 2014 1 commit
  32. 17 Sep, 2014 1 commit
  33. 16 Sep, 2014 1 commit