aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/config_interactive.fish.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-12-12 20:13:48 +1000
committerGravatar axel <axel@liljencrantz.se>2006-12-12 20:13:48 +1000
commit234034d3023925c396723119ee51df92c2b42961 (patch)
tree9a6ee407a9c9b9d86354bd7c99cf901e5512191c /share/config_interactive.fish.in
parentedc20a7505f61002117042ffeb19f328fe519277 (diff)
Make sure cwd colors update when the variable changes. This is a common regression, it seems. This time it was caused by the repaint reductions added in 1.22.2.
darcs-hash:20061212101348-ac50b-970686fcd3317f19c6131cdc46885a841c68a6d6.gz
Diffstat (limited to 'share/config_interactive.fish.in')
-rw-r--r--share/config_interactive.fish.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/config_interactive.fish.in b/share/config_interactive.fish.in
index 4d40381c..1f802c1c 100644
--- a/share/config_interactive.fish.in
+++ b/share/config_interactive.fish.in
@@ -166,7 +166,7 @@ functions -e set_default
function __fish_repaint --on-variable fish_color_cwd -d (N_ "Event handler, repaints the prompt when fish_color_cwd changes")
set -e __fish_prompt_cwd
- commandline -f null
+ commandline -f repaint
end
#