1

Modules/Fish: Enable vi keybindings

This commit is contained in:
2026-05-06 21:06:31 +02:00
parent be1c65bc5d
commit 6c28e38e0b

View File

@ -93,6 +93,7 @@ in {
shellInit = ''
set fish_greeting
yes | fish_config theme save "system-theme"
fish_vi_key_bindings
# Because we can't source that in a project flake's shellHook (is POSIX), source it here
function __project_shell_reload --on-variable INIT_PROJECT_SHELL