fzf/shell
bitraid b163463079
fish: Don't use exported variable for history command (#4863)
The history command is no longer loaded by an exported variable
because its value might be overwritten by user initialization
scripts of global/non-interactive shell session types.

The command is also now improved in the following ways:
- The timestamp/date prefix has always the $fish_color_comment
color, even on fish versions where the syntax highlighting colors
are not supported.
- The $fish_color_comment value is taken from the current shell
session (there are cases where the variable might be undefined in
a non-interactive subshell).

Fix #4862
2026-07-19 10:38:31 +03:00
..
common.sh Fix lint errors 2026-03-07 18:13:38 +09:00
completion-examples.nu shell: nushell integration scripts (#4630) 2026-05-23 23:13:46 +09:00
completion.bash Remove deprecated FZF_TMUX vars from shell script headers 2026-03-26 21:35:14 +09:00
completion.fish fish: Completion script rewrite (SHIFT-TAB) 2026-04-04 09:47:59 +09:00
completion.nu nushell: fix 0.114.0 nushell str downcase deprecated error 2026-07-10 13:49:47 +09:00
completion.zsh Remove deprecated FZF_TMUX vars from shell script headers 2026-03-26 21:35:14 +09:00
key-bindings.bash [bash] Persist history deletion when histappend is on 2026-04-11 17:03:25 +09:00
key-bindings.fish fish: Don't use exported variable for history command (#4863) 2026-07-19 10:38:31 +03:00
key-bindings.nu shell: nushell integration scripts (#4630) 2026-05-23 23:13:46 +09:00
key-bindings.zsh [shell][zsh] Don't resolve symlinks in ALT-c (#4816) 2026-05-31 12:38:12 +09:00
update.sh fish: Completion script rewrite (SHIFT-TAB) 2026-04-04 09:47:59 +09:00