diff --git a/home/pc/common/programs/fish.nix b/home/pc/common/programs/fish.nix index f8e3059..a833a5b 100644 --- a/home/pc/common/programs/fish.nix +++ b/home/pc/common/programs/fish.nix @@ -10,6 +10,8 @@ programs.fish = { enable = true; shellInit = '' + set -g fish_key_bindings fish_vi_key_bindings + function fish_prompt string join ' ' -- (set_color magenta) $(prompt_pwd) :3 (set_color normal) end