feat: fish shell vi mode

This commit is contained in:
2026-03-08 23:45:33 -04:00
parent 61552efc44
commit 0772a5baf0
+2
View File
@@ -10,6 +10,8 @@
programs.fish = { programs.fish = {
enable = true; enable = true;
shellInit = '' shellInit = ''
set -g fish_key_bindings fish_vi_key_bindings
function fish_prompt function fish_prompt
string join ' ' -- (set_color magenta) $(prompt_pwd) :3 (set_color normal) string join ' ' -- (set_color magenta) $(prompt_pwd) :3 (set_color normal)
end end