1. 23 Mar, 2019 1 commit
  2. 20 Dec, 2018 2 commits
  3. 06 Apr, 2018 1 commit
  4. 15 Jan, 2017 1 commit
  5. 01 Aug, 2016 1 commit
  6. 10 Dec, 2015 1 commit
  7. 10 Aug, 2015 1 commit
  8. 04 Aug, 2015 1 commit
  9. 13 Jun, 2015 1 commit
  10. 10 Feb, 2015 6 commits
  11. 12 Dec, 2014 1 commit
    • Pete "Peteches" McCabe's avatar
      Fixed output issues webith websearch plugin. · 1d2c1e8a
      Pete "Peteches" McCabe authored
      - if user has rm set as an alias to 'rm -i' user is prompted to whether to
        remove the nohup.out file.
      
       $ ddg fools
      	nohup: ignoring input and appending output to ‘nohup.out’
      	rm: remove regular empty file ‘nohup.out’?
      
      - if output redirected to a file nohup will not create nohup.out and rm is
        unecessary.
      1d2c1e8a
  12. 29 Jul, 2014 1 commit
  13. 23 Jul, 2014 1 commit
  14. 14 Aug, 2013 1 commit
  15. 26 Jul, 2013 2 commits
  16. 21 May, 2013 1 commit
    • Hong Xu's avatar
      Add web-search plugin. · 25313814
      Hong Xu authored
      This plugin adds google, bing and yahoo commands to launch the default
      web browser to do web search:
      
      e.g.
      
          google oh-my-zsh
          bing what is zsh
      25313814