Последние изменения в конфигах

This commit is contained in:
2026-01-03 13:35:56 +07:00
parent aa14b29c71
commit 71795d5591
19 changed files with 429 additions and 70 deletions

View File

@@ -1,3 +1,8 @@
function fish_user_key_bindings
fzf_key_bindings
if functions -q fzf_key_bindings
fzf_key_bindings
else
source /usr/share/fish/vendor_functions.d/fzf_key_bindings.fish
fzf_key_bindings
end
end