Skip to content

Instantly share code, notes, and snippets.

@kvnxiao
Created March 8, 2020 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kvnxiao/eaf4386bc0820e8e241cc5dd0acd2db0 to your computer and use it in GitHub Desktop.
Save kvnxiao/eaf4386bc0820e8e241cc5dd0acd2db0 to your computer and use it in GitHub Desktop.
PowerShell configs
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)
{"Microsoft.PowerShell:ExecutionPolicy":"RemoteSigned"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment