1

Modules/Fish: Enable vi keybindings

This commit is contained in:
2026-05-06 21:06:31 +02:00
parent df1cadae60
commit 7fbab2b1f6

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