From 685974da549b41c36a86f03a6e36560b34f84f38 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 1 Oct 2024 17:53:39 +0200 Subject: [PATCH] fish: restore to default theme --- home/terminal/shell/fish.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/terminal/shell/fish.nix b/home/terminal/shell/fish.nix index 7f8d31d..75aeb5c 100644 --- a/home/terminal/shell/fish.nix +++ b/home/terminal/shell/fish.nix @@ -4,8 +4,6 @@ interactiveShellInit = '' set fish_greeting # Disable greeting fish_vi_key_bindings # Enable Vi mode - set -U fish_color_command green - set -U fish_color_param white ''; shellAbbrs = { cd = "z";