feat: remove fish
This commit is contained in:
parent
f651ab1a64
commit
4248fee8e0
|
@ -66,14 +66,7 @@ in
|
|||
bindkey "$terminfo[kcud1]" history-substring-search-down
|
||||
bindkey -M vicmd 'k' history-substring-search-up
|
||||
bindkey -M vicmd 'j' history-substring-search-down
|
||||
'';
|
||||
inherit shellAliases;
|
||||
};
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellInit = ''
|
||||
fish_vi_key_bindings
|
||||
'';
|
||||
inherit shellAliases;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue