Windows Subsystem for Linux Configuration

Add to .profilecd ~ && nano .profile

# Fix unreadable font colors on folders
LS_COLORS="ow=01;36;40" && export LS_COLORS

# Alias `gohome` to cd back to windows user home
alias gohome="cd /mnt/c/Users/$USER"

# Open folder in explorer, `open .` for current folder
alias open=explorer.exe

Leave a Reply

Your email address will not be published. Required fields are marked *