mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 15:11:52 +02:00
nu-explore: Refactorings (#10247)
1. Added mode to the status bar right most corner 2. Added a command name with a status when run ref #8582 cc: @fdncred
This commit is contained in:
@ -134,6 +134,7 @@ fn create_config_command(commands: &[Command]) -> ConfigCmd {
|
||||
let mut config = ConfigCmd::from_commands(commands.to_vec());
|
||||
|
||||
config.register_group(ConfigOption::new(GROUP, "Status bar information color", "status.info", default_color_list()));
|
||||
config.register_group(ConfigOption::new(GROUP, "Status bar success color", "status.success", default_color_list()));
|
||||
config.register_group(ConfigOption::new(GROUP, "Status bar warning color", "status.warn", default_color_list()));
|
||||
config.register_group(ConfigOption::new(GROUP, "Status bar error color", "status.error", default_color_list()));
|
||||
|
||||
|
Reference in New Issue
Block a user