mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
c1acb62cf4
commit
13266b014a
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ function gitstatus_start() {
|
|||
--max-num-conflicted=${(q)max_num_conflicted}
|
||||
--max-num-untracked=${(q)max_num_untracked}
|
||||
--dirty-max-index-size=${(q)dirty_max_index_size}
|
||||
--log-level=${(q)log_level}
|
||||
--log-level=${(q)log_level:-INFO}
|
||||
$recurse_untracked_dirs)
|
||||
|
||||
local cmd="
|
||||
|
|
Loading…
Reference in a new issue