Skip to content

Commit

Permalink
fix: Ensure that no job show a dash
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoazevedos committed Oct 9, 2019
1 parent 904e0b5 commit dd79c01
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 @@ -46,7 +46,7 @@ hexagon_timer() {
}

hexagon_jobs() {
[[ 0 -ne $(jobs | wc -l) ]] && hexagon::color blue '%(1j.%j.)'
[[ 0 -ne $(jobs | wc -l) ]] && hexagon::color blue '%(1j.%j.-)'
}

hexagon_git_time() {
Expand Down

0 comments on commit dd79c01

Please sign in to comment.