news: fix condition
The news entry for the new Fish functions functionality was accidentally conditioned for people using zsh.
This commit is contained in:
parent
efbe1383e6
commit
b36d3e0261
|
@ -1344,7 +1344,7 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
time = "2020-03-07T11:43:26+00:00";
|
time = "2020-03-07T11:43:26+00:00";
|
||||||
condition = config.programs.zsh.enable;
|
condition = config.programs.fish.enable;
|
||||||
message = ''
|
message = ''
|
||||||
The option 'programs.fish.functions' has been reworked in
|
The option 'programs.fish.functions' has been reworked in
|
||||||
order to support all available flags, such as
|
order to support all available flags, such as
|
||||||
|
|
Loading…
Reference in a new issue