remove junk line
This commit is contained in:
parent
46a4e1333e
commit
d9d8d8fc22
|
@ -1802,7 +1802,6 @@ prompt_vcs() {
|
||||||
local current_state
|
local current_state
|
||||||
if [[ $has_staged != 0 || $has_unstaged != 0 ]]; then
|
if [[ $has_staged != 0 || $has_unstaged != 0 ]]; then
|
||||||
current_state='modified'
|
current_state='modified'
|
||||||
color='yellow'
|
|
||||||
elif [[ $has_untracked != 0 ]]; then
|
elif [[ $has_untracked != 0 ]]; then
|
||||||
current_state='untracked'
|
current_state='untracked'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue