1. 07 Dec, 2020 1 commit
  2. 30 Nov, 2020 1 commit
  3. 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
  4. 28 Jun, 2020 2 commits
  5. 09 Jun, 2020 1 commit
  6. 07 Apr, 2019 1 commit
  7. 15 Jun, 2018 1 commit
  8. 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
  9. 03 Oct, 2016 3 commits
  10. 09 Aug, 2016 1 commit
  11. 16 Oct, 2015 1 commit
  12. 03 Aug, 2015 1 commit
  13. 10 Jun, 2015 1 commit
  14. 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
  15. 14 Oct, 2014 1 commit
  16. 17 Sep, 2014 1 commit
  17. 16 Sep, 2014 1 commit
  18. 20 Aug, 2014 1 commit
  19. 11 Jul, 2014 1 commit
  20. 04 Jun, 2014 1 commit
  21. 24 May, 2014 2 commits
  22. 19 Dec, 2013 1 commit
  23. 18 Dec, 2013 1 commit
  24. 03 Dec, 2013 1 commit
  25. 11 Jun, 2013 1 commit
  26. 26 Nov, 2012 1 commit
  27. 20 Jul, 2012 1 commit
  28. 31 May, 2012 1 commit
  29. 15 Nov, 2011 1 commit
  30. 17 Aug, 2011 1 commit
  31. 29 Apr, 2011 1 commit
  32. 04 Feb, 2011 1 commit
    • Christopher Chow's avatar
      Fixed auto update. · cc90e3aa
      Christopher Chow authored
      Paramater substitution instead of command subsitution was being used
      causing the calculation of time since last check to be incorrect.
      cc90e3aa
  33. 12 Dec, 2009 1 commit
  34. 11 Oct, 2009 1 commit
  35. 24 Sep, 2009 1 commit