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 {
|
||||
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" = {
|
||||
|
|
Loading…
Reference in a new issue