oh-my-fish / theme-budspencer

A theme for nerds, makes fish even more powerful. It's equipped with a hell of a lot of nice functions and key bindings to speed up your workflow.
MIT License
106 stars 42 forks source link

Budspencer should be temporarily disabled when switching to TTY. #21

Closed raphael-costa closed 8 years ago

raphael-costa commented 8 years ago

I was able to solve this problem in my local installation by adding this to config.fish:

   if test (tput colors) = 256
      omf theme budspencer
    else
      omf theme default

A (better, more professional) solution should probably be added to the defaults.

tannhuber commented 8 years ago

You're right. If it's just a color issue, you can set -U budspencer_colors blue green magenta ... But probably there're more things not working in a tty. You could also try fbterm if you are allowed.