Skip to content

Commit

Permalink
Enable color prompt by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 19, 2021
1 parent 6571212 commit 33da016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/colorprompt.g
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ DeclareUserPreference( rec(
run GAP such that the prompts, the input and output are distinguished \
by colors. Options are 'true', 'false' or some record as explained in \
the help section for 'ColorPrompt'." ],
default:= false,
default:= true,
check:= val -> val in [ true, false ] or IsRecord( val ),
) );

Expand Down

0 comments on commit 33da016

Please sign in to comment.