Skip to content

Instantly share code, notes, and snippets.

@h1romas4
Created February 27, 2023 12:38
Show Gist options
  • Save h1romas4/de7a52a5822aa479870f0cd7082c51f3 to your computer and use it in GitHub Desktop.
Save h1romas4/de7a52a5822aa479870f0cd7082c51f3 to your computer and use it in GitHub Desktop.
PowerShell の Profile
# code $PROFILE.CurrentUserCurrentHost
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\paradox.omp.json" | Invoke-Expression
Set-PSReadLineKeyHandler -Key Tab -Function Complete
Set-PSReadLineOption -EditMode Emacs
Set-PSReadLineOption -BellStyle None
Set-PSReadLineKeyHandler -Chord 'Ctrl+d' -Function DeleteChar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment