Skip to content

Commit

Permalink
Display Git info even right after async stops
Browse files Browse the repository at this point in the history
  • Loading branch information
agkozak committed Aug 3, 2018
1 parent 75f4bf6 commit 9bcf6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agkozak-zsh-prompt.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ _agkozak_async_init() {
else
echo 'agkozak-zsh-prompt: TRAPUSR1 has been redefined. Disabling asynchronous mode.' >&2
typeset -g AGKOZAK_ASYNC_METHOD='none'
psvar[3]="$(_agkozak_branch_status)"
fi
}

Expand Down

0 comments on commit 9bcf6b4

Please sign in to comment.