1
0
Fork 0

fish: set feature flags

This commit is contained in:
Daniel Kempkens 2024-12-18 00:17:19 +01:00
parent 7ff06a02d7
commit bbbbeb4a94
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

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