Revert "Check for color_nvm and set color_node based on that"

This reverts commit 0ec2e06261.
This commit is contained in:
wesbaker 2021-01-23 16:42:05 -05:00
parent 0ec2e06261
commit 6f393d4570
2 changed files with 0 additions and 6 deletions

View File

@ -21,9 +21,6 @@ function fish_mode_prompt -d 'bobthefish-optimized fish mode indicator'
type -q bobthefish_colors type -q bobthefish_colors
and bobthefish_colors and bobthefish_colors
[ -n "$color_nvm" ]
and set -x color_node $color_nvm
set_color normal # clear out anything bold or underline... set_color normal # clear out anything bold or underline...
switch $fish_bind_mode switch $fish_bind_mode

View File

@ -1115,9 +1115,6 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
type -q bobthefish_colors type -q bobthefish_colors
and bobthefish_colors and bobthefish_colors
[ -n "$color_nvm" ]
and set -x color_node $color_nvm
# Start each line with a blank slate # Start each line with a blank slate
set -l __bobthefish_current_bg set -l __bobthefish_current_bg