Created
November 19, 2022 06:12
-
-
Save Zeyu-Li/8243ef5b508be2ee81605d5cc2dd9509 to your computer and use it in GitHub Desktop.
Store in C:\Users\{$USERNAME}\Documents\WindowsPowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Function zshRun() { | |
| Invoke-Expression 'wsl.exe /bin/zsh' | |
| } | |
| Set-Alias -Name zsh -Value zshRun # can't do this in 1 line smh my head |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Runs zsh on current directory on mount instead of bash