mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
fix(git_status): read proper name for core.fsmonitor flag (#6173)
This commit is contained in:
+1
-1
@@ -345,7 +345,7 @@ impl<'a> Context<'a> {
|
||||
|
||||
let fs_monitor_value_is_true = repository
|
||||
.config_snapshot()
|
||||
.boolean("core.fs_monitor")
|
||||
.boolean("core.fsmonitor")
|
||||
.unwrap_or(false);
|
||||
|
||||
Ok(Repo {
|
||||
|
||||
Reference in New Issue
Block a user