Dotfiles commit (try to keep under 50 characters)

Multi-line description of commit,
feel free to be detailed.

[Ticket: X]
~
~
".git/COMMIT_EDITMSG" 14L, 297C
This commit is contained in:
2026-05-05 10:37:59 +02:00
commit dd3895ccbd
63 changed files with 1848 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# ~/.config/fish/functions/fzf.fish
function fzf --wraps="fzf"
# Paste contents of preferred variant here
set -Ux FZF_DEFAULT_OPTS "
--color=fg:#797593,bg:#faf4ed,hl:#d7827e
--color=fg+:#575279,bg+:#f2e9e1,hl+:#d7827e
--color=border:#dfdad9,header:#286983,gutter:#faf4ed
--color=spinner:#ea9d34,info:#56949f
--color=pointer:#907aa9,marker:#b4637a,prompt:#797593
--color=bg:-1,bg+:-1"
command fzf
end