Skip to content

Commit

Permalink
feat: Clean up git output
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoazevedos committed Oct 9, 2019
1 parent 22903a8 commit 904e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexagon.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ hexagon_git() {

$(git rev-parse --is-bare-repository 2> /dev/null) && hexagon::color blue ⬢ && return

echo -n $(hexagon_git_remote) $(hexagon_git_branch) $(hexagon_git_time) :: $(hexagon_git_status)
echo -n $(hexagon_git_remote) $(hexagon_git_branch) $(hexagon_git_time) $(hexagon_git_status)
}

hexagon::render() {
Expand Down

0 comments on commit 904e0b5

Please sign in to comment.