We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d027f commit d6af7ffCopy full SHA for d6af7ff
.gitattributes
@@ -0,0 +1,2 @@
1
+# Force text files to have unix eols, so Windows/Cygwin does not break them
2
+*.* eol=lf
README.md
@@ -10,6 +10,8 @@ This plugin is useful if:
10
- you have a flaky internet connection and you don't want to be surprised
11
when a simple `curl` or `wget` fails because the connection just broke.
12
13
+Tested and working on Linux, OSX and Cygwin.
14
+
15
### Usage
16
17
Add `#{online_status}` format string to your existing `status-right` tmux
0 commit comments