BosEriko / dotfiles-windows

🧠 This gives me superpowers as a programmer
http://dotfiles.boseriko.com
2 stars 0 forks source link

Adjust the jt command to point to a drive that can easily be accessed from windows #1

Closed BosEriko closed 2 years ago

BosEriko commented 2 years ago

Make sure to leave out a comment saying why you did it.

Create a variable for it. for example: $WINHOME = "/mnt/d/"

That will point to the D directory. Make sure to use that variable for the mkdir commands and jt commands. Prepend it.

Also add an instruction for the variable on the initial setup (inside README.md) of the windows environment.