mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
remove junk line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user