1. 02 Sep, 2020 1 commit
  2. 01 Sep, 2020 2 commits
  3. 28 Aug, 2020 2 commits
  4. 27 Aug, 2020 1 commit
  5. 24 Aug, 2020 1 commit
  6. 23 Aug, 2020 2 commits
  7. 20 Aug, 2020 3 commits
  8. 18 Aug, 2020 1 commit
  9. 17 Aug, 2020 2 commits
  10. 06 Aug, 2020 1 commit
  11. 05 Aug, 2020 4 commits
  12. 04 Aug, 2020 6 commits
  13. 02 Aug, 2020 1 commit
  14. 01 Aug, 2020 1 commit
  15. 31 Jul, 2020 1 commit
  16. 30 Jul, 2020 1 commit
  17. 23 Jul, 2020 1 commit
  18. 18 Jul, 2020 3 commits
  19. 15 Jul, 2020 1 commit
  20. 14 Jul, 2020 4 commits
  21. 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