We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6b0b9 commit e929e7dCopy full SHA for e929e7d
README.md
@@ -0,0 +1,14 @@
1
+Tools for Windows Subsystem Linux (WSL)<br/>
2
+<h4>Environment Variables</h4>
3
+
4
+* UNIX_C = windows drive from wsl (eg. `/mnt/c`)
5
+* UNIX_HOME = home in wsl (eg. `~` or `$HOME`)
6
+* WINDOWS_C = primary windows drive in windows (eg. `C:\`)
7
+* WINDOWS_HOME = home in windows (eg. `${WINDOWS_C}/Users/ThisGuyNeedsABeer`)
8
+* SUBLIME_TEXT_UNIX = sublime text executable from wsl (eg. `${UNIX_C}/Program\ Files/Sublime\ Text\ 3/subl.exe`)
9
+<h4>sublime_text</h4>
10
+<h5>To open sublime text to the directory or file</h5>
11
+<code>sublime_text $FILE_OR_DIRECTORY</code>
12
+<h4>open</h4>
13
+<p>opens file explorer to the directory or file</p>
14
+<code>open $FILE_OR_DIRECTORY</code>
0 commit comments