Skip to content

Commit

Permalink
Update Guardfile to customize the colors used for Tmux notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelchner committed Oct 6, 2012
1 parent 1f230df commit cdc6af9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Guardfile
@@ -1,3 +1,8 @@
notification :tmux,
:success => 'colour22',
:failed => 'colour52',
:display_message => true

guard 'rspec',
all_on_start: true,
all_after_pass: true,
Expand Down

0 comments on commit cdc6af9

Please sign in to comment.