aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-05 01:01:30 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-05 01:01:30 -0700
commitd871095d0b9a707d32501482c6c908cfa18ddf13 (patch)
tree8eda21b4152ecd37333b97f71b368a7d3cc15f60 /share
parent9bf8a5e877829189df08efc05058ae1b2f04fba8 (diff)
Updated "last run version" to __fish_init_1_50_0. Updated colors for non term-256 compatibility
Diffstat (limited to 'share')
-rw-r--r--share/functions/__fish_config_interactive.fish8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish
index 564d215f..c5722340 100644
--- a/share/functions/__fish_config_interactive.fish
+++ b/share/functions/__fish_config_interactive.fish
@@ -77,7 +77,7 @@ function __fish_config_interactive -d "Initializations that should be performed
# If we are starting up for the first time, set various defaults
#
- if not set -q __fish_init_1_23_0
+ if not set -q __fish_init_1_50_0
if not set -q fish_greeting
set -l line1 (printf (_ 'Welcome to fish, the friendly interactive shell') )
set -l line2 (printf (_ 'Type %shelp%s for instructions on how to use fish') (set_color green) (set_color normal))
@@ -97,15 +97,15 @@ function __fish_config_interactive -d "Initializations that should be performed
# Regular syntax highlighting colors
set_default fish_color_normal normal
- set_default fish_color_command 005fd7
- set_default fish_color_param 00afff
+ set_default fish_color_command 005fd7 purple
+ set_default fish_color_param 00afff cyan
set_default fish_color_redirection normal
set_default fish_color_comment red
set_default fish_color_error red --bold
set_default fish_color_escape cyan
set_default fish_color_operator cyan
set_default fish_color_quote brown
- set_default fish_color_autosuggestion 555
+ set_default fish_color_autosuggestion 555 yellow
set_default fish_color_valid_path --underline
set_default fish_color_cwd green