-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
env var BAT_OPTS #310
Copy link
Copy link
Closed
Labels
feature-requestNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
BAT_THEME allows you to set a theme.
I also want to set
--wrap neverpermanently, but there's no respective env var.Why not do like "less", where the
LESSenv var can take any of the command-line options?I'd suggest to use the name
BAT_OPTSfor this, since in the mind of Windows usersBATmeans "batch files".(Note: I've added this setting to your
bat()function as per #263)