Skip to content

Instantly share code, notes, and snippets.

@takekazuomi
Last active June 14, 2020 02:21
Show Gist options
  • Save takekazuomi/df529addc9082543b894f60cc6564e6d to your computer and use it in GitHub Desktop.
Save takekazuomi/df529addc9082543b894f60cc6564e6d to your computer and use it in GitHub Desktop.
wslu alias for zsh
for c in wslfetch wslpath wslsys wslupath wslusc wslvar wslview
do
alias $c="PATH=$PATH:/mnt/c/windows/system32 $c"
done
alias open=wslview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment