Skip to content

Commit

Permalink
Merge branch 'svn-enhancements'
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBMP committed Jun 15, 2018
2 parents 31686e2 + 9206902 commit 92d4f9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ They can be set in `.bashrc` any time after bash-prompt-vcs.bash is included.

Environment Variable | Default | Description
----------------------------|:-------:|------------
`BPVCS_VERSION` | 1.0.0 | Version of the software. (read-only)
`BPVCS_VERSION` | 1.1.0 | Version of the software.
`BPVCS_UNTRACKED_INDICATOR` | … <br/>(U+2026) | Indicates items not in version control.
`BPVCS_CHANGED_INDICATOR` | △ <br/>(U+25B3) | Indicates items that need to be committed.
`BPVCS_STAGED_INDICATOR` | ● <br/>(U+25CF) | Indicates items that are already staged for commit.
`BPVCS_CLEAN_INDICATOR` | ✔ <br/>(U+2714) | Indicates that current directory has none of the above.
`BPVCS_AHEAD_INDICATOR` | ⇡ <br>(U+21E1) | Indicates that the local tree is ahead of the remote (need to push)
`BPVCS_BEHIND_INDICATOR` | ⇣ <br>(U+21E3) | Indicates that the local tree is behind the remote (need to pull)
`BPVCS_GIT_COLOR` | `\033[0;32m` <br/>(green) | Sequence used to color git working trees.
`BPVCS_GIT_COLOR` | `\033[0;32m` <br/>(green/lime) | Sequence used to color git working trees.
`BPVCS_HG_COLOR` | `\033[0;36m` <br/>(cyan) | Sequence used to color hg working trees.
`BPVCS_SVN_COLOR` | `\033[0;35m` <br/>(purple) | Sequence used to color svn sandboxes.
`BPVCS_SVN_COLOR` | `\033[0;35m` <br/>(magenta) | Sequence used to color svn sandboxes.
`BPVCS_ERR_COLOR` | `\033[0;31m` <br/>(red) | Sequence used to color errors.
`BPVCS_RESET_COLOR` | `\033[0m` | Sequence used to set normal color.
`BPVCS_COLORS` | 1 | Unset to turn off color in the prompt. (Doesn't matter what value it has, prompt will have colors as long as it's set.)
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions screenshot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92d4f9d

Please sign in to comment.