From 32e78754ecf5a4869df61fde5f8894081f22667e Mon Sep 17 00:00:00 2001 From: lelgenio Date: Fri, 11 Nov 2022 16:16:07 -0300 Subject: [PATCH] set fish features --- user/fish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/fish.nix b/user/fish.nix index e572253..69c48d2 100644 --- a/user/fish.nix +++ b/user/fish.nix @@ -5,6 +5,8 @@ in { programs.fish = { enable = true; interactiveShellInit = '' + set -U fish_features stderr-nocaret qmark-noglob regex-easyesc ampersand-nobg-in-token + set -g __accent_color "${accent.color}" alias _fish_prompt_accent "_fish_prompt_color '$__accent_color'" set_color red