We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22bba2 commit 8a6a84eCopy full SHA for 8a6a84e
client/lib/config.fish
@@ -1,6 +1,6 @@
1
# For detecting color rendering support for this terminal, see #134
2
-hishtory getColorSupport
3
-export _hishtory_tui_color=$status
+set -gx _hishtory_tui_color (hishtory getColorSupport; echo $status)
+
4
5
function _hishtory_post_exec --on-event fish_preexec
6
# Runs after <ENTER>, but before the command is executed
@@ -40,4 +40,4 @@ end
40
41
[ (hishtory config-get enable-control-r) = true ] && bind \cr __hishtory_on_control_r
42
43
-hishtory completion fish | source
+hishtory completion fish | source
0 commit comments