Merge remote-tracking branch 'origin/main' into refactor/shared-color-palette

# Conflicts:
#	tests/functional.fish
This commit is contained in:
2026-09-08 01:43:01 -04:00
69 changed files with 1490 additions and 382 deletions
+6
View File
@@ -14,9 +14,15 @@
# Searches fish history interactively using fzf, inserts the selected command
# into the command line, and copies it to the clipboard via wl-copy.
#
# EXIT STATUS
# 0 Command selected and inserted, or fzf was cancelled
# 1 Disabled by __fish_config_op_integrations
#
# EXAMPLE
# hist
function hist --description 'Search fish history and put it in the prompt'
__fish_help_header (status current-function) $argv; and return 0
# Opinionated guard (C4): integrations disabled
if not __fish_config_op_enabled (status current-function)
__fish_palette