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