mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
pull upstream changes from gitstatus
This commit is contained in:
@@ -273,7 +273,7 @@ function gitstatus_start() {
|
|||||||
local -i max_num_untracked=1
|
local -i max_num_untracked=1
|
||||||
local -i dirty_max_index_size=-1
|
local -i dirty_max_index_size=-1
|
||||||
while true; do
|
while true; do
|
||||||
getopts "t:s:u:d:m:" opt || break
|
getopts "t:s:u:c:d:m:" opt || break
|
||||||
case $opt in
|
case $opt in
|
||||||
t) timeout=$OPTARG;;
|
t) timeout=$OPTARG;;
|
||||||
s) max_num_staged=$OPTARG;;
|
s) max_num_staged=$OPTARG;;
|
||||||
|
|||||||
Reference in New Issue
Block a user