Skip to content

Instantly share code, notes, and snippets.

@bitops
Created August 1, 2017 23:44
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 bitops/4eab96fea52f85728a7311bacdb8ead3 to your computer and use it in GitHub Desktop.
Save bitops/4eab96fea52f85728a7311bacdb8ead3 to your computer and use it in GitHub Desktop.
Sebastian's Powershell profile
# need to have this all the time in $USER_HOME\Documents\WindowsPowerShell\profile.ps1
Set-PSReadLineKeyHandler -Key Tab -Function Complete
Set-PSReadLineOption -EditMode Emacs
@bitops
Copy link
Author

bitops commented Aug 4, 2017

Also, to set up notepad++ as the git editor:

git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment