aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_config_interactive.fish
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-10 12:25:57 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-10 12:27:09 +0200
commit40df11b16235664847f8d72f31bef01aff6615e3 (patch)
tree6f19021055297df2119e22f1613743c4c3d7070a /share/functions/__fish_config_interactive.fish
parenta66d44054c4aae44c307b10bb10469b4565e5027 (diff)
Also allow bold, underline and printing colors in linux kernel VTs
bold works, printing colors doesn't change anything and underline doesn't _break_.
Diffstat (limited to 'share/functions/__fish_config_interactive.fish')
-rw-r--r--share/functions/__fish_config_interactive.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish
index 48161d91..2bd958c9 100644
--- a/share/functions/__fish_config_interactive.fish
+++ b/share/functions/__fish_config_interactive.fish
@@ -297,7 +297,7 @@ function __fish_config_interactive -d "Initializations that should be performed
# Don't allow setting color other than what linux offers (see #2001)
functions -e set_color
function set_color
- set -l term_colors black red green yellow blue magenta cyan white normal
+ set -l term_colors black red green yellow blue magenta cyan white normal --bold -o -c --print-colors -u --underline
for a in $argv
if not contains -- $a $term_colors
echo "Color not valid in TERM = linux: $a"