Skip to content

Commit

Permalink
bash: format
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRoller01 committed May 27, 2024
1 parent 0fdb4da commit d40164d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/bash.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ in {

historyControl = mkOption {
type =
types.listOf (types.enum [ "erasedups" "ignoredups" "ignorespace" "ignoreboth" ]);
types.listOf (types.enum [ "erasedups" "ignoredups" "ignorespace" "ignoreboth"]);
default = [ ];
description = "Controlling how commands are saved on the history list.";
};
Expand Down

0 comments on commit d40164d

Please sign in to comment.