feat: remove fish

This commit is contained in:
Felix Schröter 2020-08-15 00:14:11 +02:00
parent f651ab1a64
commit 4248fee8e0
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -66,14 +66,7 @@ in
bindkey "$terminfo[kcud1]" history-substring-search-down bindkey "$terminfo[kcud1]" history-substring-search-down
bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down bindkey -M vicmd 'j' history-substring-search-down
'';
inherit shellAliases;
};
programs.fish = {
enable = true;
shellInit = ''
fish_vi_key_bindings
''; '';
inherit shellAliases; inherit shellAliases;
}; };