Skip to content

Commit d6af7ff

Browse files
author
Bruno Sutic
committed
Improve cygwin support
1 parent 67d027f commit d6af7ff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Force text files to have unix eols, so Windows/Cygwin does not break them
2+
*.* eol=lf

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This plugin is useful if:
1010
- you have a flaky internet connection and you don't want to be surprised
1111
when a simple `curl` or `wget` fails because the connection just broke.
1212

13+
Tested and working on Linux, OSX and Cygwin.
14+
1315
### Usage
1416

1517
Add `#{online_status}` format string to your existing `status-right` tmux

0 commit comments

Comments
 (0)