1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 02:50:08 +00:00

remove junk line

This commit is contained in:
romkatv 2019-02-28 07:54:15 +01:00
parent 46a4e1333e
commit d9d8d8fc22

View file

@ -1802,7 +1802,6 @@ prompt_vcs() {
local current_state
if [[ $has_staged != 0 || $has_unstaged != 0 ]]; then
current_state='modified'
color='yellow'
elif [[ $has_untracked != 0 ]]; then
current_state='untracked'
else