fish: set feature flags
This commit is contained in:
parent
7ff06a02d7
commit
bbbbeb4a94
1 changed files with 7 additions and 2 deletions
|
@ -33,8 +33,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "franciscolourenco";
|
owner = "franciscolourenco";
|
||||||
repo = "done";
|
repo = "done";
|
||||||
rev = "1.19.1";
|
rev = "1.19.3";
|
||||||
hash = "sha256-BGHfwKoMfOZUsa05kEt8W2luc1aC3Su/OyaGmcb4UiI=";
|
hash = "sha256-DMIRKRAVOn7YEnuAtz4hIxrU93ULxNoQhW6juxCoh4o=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -170,6 +170,11 @@ in
|
||||||
# Plugin: done
|
# Plugin: done
|
||||||
set -g __done_min_cmd_duration 10000
|
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" = {
|
xdg.configFile."fish/conf.d" = {
|
||||||
|
|
Loading…
Reference in a new issue