Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

> Any trouble, please visit the [troubleshooting page](https://github.com/diogocavilha/fancy-git/blob/master/TROUBLESHOOTING.md)

## v7.7.0
- Stop it overriding the existing `PROMPT_COMMAND` environment variable.

## v7.6.1
- Fix shellcheck issues.

Expand Down
2 changes: 1 addition & 1 deletion themes/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ fancygit_theme_builder() {

# Here's where the magic happens!
# It calls our main function (fancygit_theme_builder) in order to mount a beautiful PS1 prompt =D
PROMPT_COMMAND="fancygit_theme_builder"
PROMPT_COMMAND="fancygit_theme_builder;$PROMPT_COMMAND"
2 changes: 1 addition & 1 deletion themes/human.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ fancygit_theme_builder() {

# Here's where the magic happens!
# It calls our main function (fancygit_theme_builder) in order to mount a beautiful PS1 prompt =D
PROMPT_COMMAND="fancygit_theme_builder"
PROMPT_COMMAND="fancygit_theme_builder;$PROMPT_COMMAND"
2 changes: 1 addition & 1 deletion themes/simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ __fancygit_theme_get_branch_area() {

# Here's where the magic happens!
# It calls our main function (fancygit_theme_builder) in order to mount a beautiful PS1 prompt =D
PROMPT_COMMAND="fancygit_theme_builder"
PROMPT_COMMAND="fancygit_theme_builder;$PROMPT_COMMAND"
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Author: Diogo Alexsander Cavilha <[email protected]>
# Date: 11.17.2017

export FANCYGIT_VERSION="7.6.1"
export FANCYGIT_VERSION="7.7.0"