1. 03 Sep, 2019 1 commit
    • 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
  2. 02 Sep, 2019 2 commits
  3. 27 Aug, 2019 2 commits
  4. 23 Aug, 2019 5 commits
  5. 22 Aug, 2019 1 commit
  6. 20 Aug, 2019 1 commit
  7. 19 Aug, 2019 6 commits
  8. 18 Aug, 2019 1 commit
  9. 13 Aug, 2019 3 commits
  10. 07 Aug, 2019 2 commits
  11. 06 Aug, 2019 1 commit
  12. 03 Aug, 2019 1 commit
  13. 31 Jul, 2019 2 commits
  14. 27 Jul, 2019 1 commit
  15. 22 Jul, 2019 1 commit
  16. 17 Jul, 2019 1 commit
  17. 13 Jul, 2019 1 commit
  18. 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
  19. 11 Jul, 2019 1 commit
  20. 01 Jul, 2019 2 commits
  21. 27 Jun, 2019 1 commit
  22. 26 Jun, 2019 1 commit
  23. 15 Jun, 2019 2 commits