From bbbbeb4a948ab75acc3e70b8a92bd46f817eb6ca Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 18 Dec 2024 00:17:19 +0100 Subject: [PATCH] fish: set feature flags --- home/programs/fish.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/home/programs/fish.nix b/home/programs/fish.nix index dc32a26..5054641 100644 --- a/home/programs/fish.nix +++ b/home/programs/fish.nix @@ -33,8 +33,8 @@ in src = fetchFromGitHub { owner = "franciscolourenco"; repo = "done"; - rev = "1.19.1"; - hash = "sha256-BGHfwKoMfOZUsa05kEt8W2luc1aC3Su/OyaGmcb4UiI="; + rev = "1.19.3"; + hash = "sha256-DMIRKRAVOn7YEnuAtz4hIxrU93ULxNoQhW6juxCoh4o="; }; } @@ -170,6 +170,11 @@ in # Plugin: done set -g __done_min_cmd_duration 10000 ''; + + interactiveShellInit = /* fish */ '' + # Set feature flags + set fish_features ampersand-nobg-in-token qmark-noglob + ''; }; xdg.configFile."fish/conf.d" = {