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" = {