mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:05:47 +02:00
add config: prompt_color_enabled = true (#3115)
This commit is contained in:
@ -68,6 +68,7 @@ edit_mode = "emacs" # vi, emacs
|
||||
auto_add_history = true
|
||||
bell_style = "audible" # audible, none, visible
|
||||
color_mode = "enabled" # enabled, forced, disabled
|
||||
prompt_color_enabled = true
|
||||
tab_stop = 4
|
||||
|
||||
[textview]
|
||||
|
Reference in New Issue
Block a user