1. 04 Mar, 2022 1 commit
  2. 24 Feb, 2022 2 commits
  3. 11 Feb, 2022 2 commits
  4. 07 Feb, 2022 1 commit
  5. 22 Jan, 2022 1 commit
  6. 13 Jan, 2022 1 commit
  7. 01 Dec, 2021 1 commit
  8. 25 Nov, 2021 1 commit
  9. 10 Nov, 2021 1 commit
  10. 09 Nov, 2021 1 commit
  11. 05 Nov, 2021 1 commit
  12. 04 Oct, 2021 3 commits
  13. 08 Jul, 2021 1 commit
  14. 01 Mar, 2021 1 commit
  15. 21 Jan, 2021 1 commit
  16. 07 Dec, 2020 1 commit
  17. 30 Nov, 2020 1 commit
  18. 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
  19. 28 Jun, 2020 2 commits
  20. 09 Jun, 2020 1 commit
  21. 07 Apr, 2019 1 commit
  22. 15 Jun, 2018 1 commit
  23. 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
  24. 03 Oct, 2016 3 commits
  25. 09 Aug, 2016 1 commit
  26. 16 Oct, 2015 1 commit
  27. 03 Aug, 2015 1 commit
  28. 10 Jun, 2015 1 commit
  29. 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
  30. 14 Oct, 2014 1 commit
  31. 17 Sep, 2014 1 commit
  32. 16 Sep, 2014 1 commit
  33. 20 Aug, 2014 1 commit