From f414f2d56bc4509baa7af4dfc40541c8e1685af1 Mon Sep 17 00:00:00 2001 From: panotaka Date: Mon, 27 Nov 2023 10:20:54 -0400 Subject: [PATCH] Enable fish shell and remove commented code --- home/shell/fish/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/home/shell/fish/default.nix b/home/shell/fish/default.nix index f59e624..836072f 100644 --- a/home/shell/fish/default.nix +++ b/home/shell/fish/default.nix @@ -1,9 +1,6 @@ { - programs.fish = lib.mkForce { - enable = false; - #shellInit = lib.concatMapStrings (x: "\n" + x) [ - # "eval $(thefuck --alias)" - #]; + programs.fish = { + enable = true; plugins = [ # Enable a plugin (here grc for colorized command output) from nixpkgs