1. 08 Sep, 2019 4 commits
  2. 03 Sep, 2019 2 commits
    • Marc Cornellà's avatar
      meta: remove PR triage GitHub action 😢 · a4f6a996
      Marc Cornellà authored
      We do this because the GitHub Actions behavior was changed recently
      so as to not pass secrets to action runs started from forks, therefore
      the API token passed cannot be used to change PR labels.
      
      There may be an alternative in the future.
      a4f6a996
    • Braxton Schafer's avatar
      Fix bad function definitions in Debian plugin · b3d3ce8a
      Braxton Schafer authored
      There appears to be a definition issue for some functions/aliases which
      result in the following errors when sourcing .zshrc:
      
      ```
      /home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: defining function based on alias `abd'
      /home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: parse error near `()'
      ```
      
      Fixes #7986
      b3d3ce8a
  3. 02 Sep, 2019 2 commits
  4. 27 Aug, 2019 2 commits
  5. 23 Aug, 2019 5 commits
  6. 22 Aug, 2019 1 commit
  7. 20 Aug, 2019 1 commit
  8. 19 Aug, 2019 6 commits
  9. 18 Aug, 2019 1 commit
  10. 13 Aug, 2019 3 commits
  11. 07 Aug, 2019 2 commits
  12. 06 Aug, 2019 1 commit
  13. 03 Aug, 2019 1 commit
  14. 31 Jul, 2019 2 commits
  15. 27 Jul, 2019 1 commit
  16. 22 Jul, 2019 1 commit
  17. 17 Jul, 2019 1 commit
  18. 13 Jul, 2019 1 commit
  19. 12 Jul, 2019 1 commit
    • Mark Coleman's avatar
      readme: document oneliner unattended installation command (#7983) · 29fb617e
      Mark Coleman authored
      The original suggestion for an unattended install downloads the installation script to a file, then runs that file with the --unattended argument. The install.sh file would be left behind after the suggested command was run.
      This change passes the --unattended argument directly into sh. So, it's a nice one-liner like the default installation script, and it doesn't leave a dangling install.sh script.
      29fb617e
  20. 11 Jul, 2019 1 commit
  21. 01 Jul, 2019 1 commit
    • Robby Russell's avatar
      s/might/may · b259cdf7
      Robby Russell authored
      After wandering into a few articles that discuss the difference between might and may...opting for may.
      b259cdf7