Created
March 8, 2020 05:34
-
-
Save kvnxiao/eaf4386bc0820e8e241cc5dd0acd2db0 to your computer and use it in GitHub Desktop.
PowerShell configs
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
Set-PSReadlineOption -BellStyle None | |
Set-Alias -Name vim -Value nvim | |
Set-Alias -Name open -Value explorer.exe | |
Set-Alias -Name curl -Value C:\Users\kvnxiao\scoop\apps\curl\current\bin\curl.exe | |
Set-Alias -Name rm -Value rm.exe | |
Set-Alias -Name mkdir -Value mkdir.exe | |
Invoke-Expression (&starship init powershell) |
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
{"Microsoft.PowerShell:ExecutionPolicy":"RemoteSigned"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment