1. 20 Aug, 2020 2 commits
  2. 17 Aug, 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. 01 Jul, 2020 1 commit
  5. 28 Jun, 2020 3 commits
  6. 09 Jun, 2020 1 commit
  7. 19 May, 2020 1 commit
  8. 18 May, 2020 1 commit
  9. 11 Mar, 2020 2 commits
  10. 29 Feb, 2020 1 commit
  11. 27 Feb, 2020 1 commit
    • Mauricio Wolff's avatar
      updater: add --autostash to git pull (#7172) · bccfe138
      Mauricio Wolff authored
      If I have custom configs (like theme customizations) I have to stash my changes and get them back after the update. 
      
      By adding the --autostash on upgrade.sh, if I have any changes not commited they'll be reapplied after the upgrade, allowing me to have temporary customizations without any harm to the upgrade process.
      bccfe138
  12. 25 Feb, 2020 1 commit
  13. 24 Feb, 2020 1 commit
  14. 25 Nov, 2019 1 commit
  15. 21 Nov, 2019 2 commits
  16. 09 Nov, 2019 1 commit
  17. 21 Oct, 2019 1 commit
  18. 08 Sep, 2019 1 commit
  19. 09 Jun, 2019 1 commit
  20. 03 Jun, 2019 16 commits