aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/fish_interactive.fish.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/fish_interactive.fish.in')
-rw-r--r--etc/fish_interactive.fish.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/fish_interactive.fish.in b/etc/fish_interactive.fish.in
index 1caef740..69fa1183 100644
--- a/etc/fish_interactive.fish.in
+++ b/etc/fish_interactive.fish.in
@@ -42,7 +42,7 @@ end
#
-# Set various color values
+# Set various defaults using these throwaway functions
#
function set_default -d "Set an universal variable, unless it has already been set"
@@ -85,7 +85,10 @@ set_default fish_pager_color_completion normal
set_default fish_pager_color_description normal
set_default fish_pager_color_progress cyan
+#
# Directory history colors
+#
+
set_default fish_color_history_current cyan
@@ -96,7 +99,7 @@ set_default fish_color_history_current cyan
set_default CDPATH . ~
#
-# Remove temporary functions
+# Remove temporary functions for setting default variable values
#
functions -e set_exported_default