Skip to content
Snippets Groups Projects
  1. Apr 27, 2015
  2. Apr 25, 2015
    • Justin Hileman's avatar
      [bobthefish] allow git untracked files override · 027be0a1
      Justin Hileman authored
      Showing untracked files can be (very) slow on large NFS mounts. Allow the user to disable the '...' output when there are untracked files, either globally via fish config:
      
          set -g theme_display_git_untracked no
      
       or locally via git repo config:
      
          git config bash.showUntrackedFiles false
      
      Fixes #434
      027be0a1
  3. Apr 24, 2015
  4. Apr 22, 2015
  5. Apr 21, 2015
  6. Apr 12, 2015
  7. Apr 04, 2015
  8. Apr 03, 2015
  9. Mar 10, 2015
  10. Mar 06, 2015
  11. Mar 03, 2015
  12. Feb 22, 2015
    • Liang Bo Wang's avatar
      Fix python version detection in theme bobthefish · 681d02b0
      Liang Bo Wang authored
      Relax the python version matching, so `python` that symlinks to
      either major versions (e.g. 2, 3) or minor versions (e.g. 2.7, 3.4)
      can be properly detected.
      
      Note that currently both pypy and pypy3 have same display glyph.
      681d02b0
  13. Feb 19, 2015
  14. Feb 16, 2015
  15. Feb 15, 2015
  16. Feb 14, 2015
  17. Feb 13, 2015
  18. Feb 11, 2015
  19. Jan 30, 2015
  20. Jan 29, 2015
  21. Jan 27, 2015
  22. Jan 21, 2015
  23. Jan 11, 2015
  24. Dec 31, 2014