Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
pull upstream changes from gitstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Mar 10, 2019
1 parent 0aa667d commit 0061264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified gitstatus/bin/gitstatusd-linux-x86_64
Binary file not shown.
4 changes: 3 additions & 1 deletion gitstatus/gitstatus.plugin.zsh
Expand Up @@ -213,7 +213,9 @@ function gitstatus_start() {
}
zle -F $resp_fd _gitstatus_process_response_${name}

log=$(mktemp "${TMPDIR:-/tmp}"/gitstatus.$$.log.XXXXXXXXXX)
[[ ${GITSTATUS_ENABLE_LOGGING:-0} == 1 ]] &&
log=$(mktemp "${TMPDIR:-/tmp}"/gitstatus.$$.log.XXXXXXXXXX) ||
log=/dev/null

# We use `zsh -c` instead of plain {} or () to work around bugs in zplug. It hangs on startup.
zsh -c "
Expand Down

0 comments on commit 0061264

Please sign in to comment.