1. 28 Dec, 2020 1 commit
  2. 12 Dec, 2020 2 commits
  3. 07 Dec, 2020 2 commits
  4. 04 Dec, 2020 2 commits
  5. 02 Dec, 2020 1 commit
    • Marc Cornellà's avatar
      fix(updater): fix ignored variable name in read · 3f8af040
      Marc Cornellà authored
      I used _ which is a convention in other languages, but in shell scripting
      $_ is a special variable set by the shell, and in Zsh versions older than
      5.0.6 it complains for being a `read-only variable`.
      
      Fixes #9482
      3f8af040
  6. 01 Dec, 2020 1 commit
  7. 30 Nov, 2020 2 commits
  8. 09 Nov, 2020 1 commit
  9. 09 Sep, 2020 1 commit
  10. 20 Aug, 2020 2 commits
  11. 17 Aug, 2020 1 commit
  12. 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
  13. 01 Jul, 2020 1 commit
  14. 28 Jun, 2020 3 commits
  15. 09 Jun, 2020 1 commit
  16. 19 May, 2020 1 commit
  17. 18 May, 2020 1 commit
  18. 11 Mar, 2020 2 commits
  19. 29 Feb, 2020 1 commit
  20. 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
  21. 25 Feb, 2020 1 commit
  22. 24 Feb, 2020 1 commit
  23. 25 Nov, 2019 1 commit
  24. 21 Nov, 2019 2 commits
  25. 09 Nov, 2019 1 commit
  26. 21 Oct, 2019 1 commit
  27. 08 Sep, 2019 1 commit
  28. 09 Jun, 2019 1 commit
  29. 03 Jun, 2019 3 commits