aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/fish_interactive.fish.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-14 10:09:14 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-14 10:09:14 +1000
commitdd8150d98dcdee41afa11c7ed6bd35d304b17f03 (patch)
tree403d0e6a51826d6abf7e6e9d540a897318549b4f /etc/fish_interactive.fish.in
parent99662d7711c5926c1d0513f180031b0fd4d41df4 (diff)
Minor comment and documentation changes
darcs-hash:20060314000914-ac50b-63c49a59804f51c4dd19de574db41298b1ef67c5.gz
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