Skip to content

Commit e929e7d

Browse files
authored
Create README.md
1 parent 1f6b0b9 commit e929e7d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)