feat: fish shell vi mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user