configure vi mode for fish

This commit is contained in:
Felix Schröter 2019-10-21 09:47:21 +02:00 committed by Felix Schröter
parent 379cf7067e
commit 24bfbbabfa

View file

@ -8,6 +8,9 @@ in
{
programs.fish = {
enable = true;
shellInit = ''
fish_vi_key_bindings
'';
inherit shellAliases;
};