Skip to content

Instantly share code, notes, and snippets.

@chadluo
Last active July 20, 2020 00:27
Show Gist options
  • Select an option

  • Save chadluo/5bd66bf32dedc31995e4e96d5c4c10cd to your computer and use it in GitHub Desktop.

Select an option

Save chadluo/5bd66bf32dedc31995e4e96d5c4c10cd to your computer and use it in GitHub Desktop.
.powershellrc
# installer; see https://www.thomasmaurer.ch/2019/03/how-to-install-and-update-powershell-6/
# iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
# edit this script
# $EDITOR $profile
# Administrator, enable this script
# Set-ExecutionPolicy RemoteSigned
# incremental tab completion
Set-PSReadlineKeyHandler -Key Tab -Function Complete
# disable bell
Set-PSReadlineOption -BellStyle None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment