From 4248fee8e05409419efc53621bc842c8d13d545a Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sat, 15 Aug 2020 00:14:11 +0200 Subject: [PATCH] feat: remove fish --- home/shell/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/home/shell/default.nix b/home/shell/default.nix index 21f6e6f..d01207b 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -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; };