pwsh using emacs mode
This commit is contained in:
10
pwsh/HowToUse.md
Normal file
10
pwsh/HowToUse.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Emacs mode
|
||||
Set-PSReadLineOption -EditMode Emacs
|
||||
|
||||
# Oh-My-Posh
|
||||
Copy *.omp.json to `$env:POSH_THEMES_PATH`
|
||||
Edit $PROFILE and add `oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/powerlevel10k_rainbow_eip.omp.json" | Invoke-Expression` at the top.
|
||||
|
||||
# Command Not Found
|
||||
Import-Module -Name Microsoft.WinGet.CommandNotFound
|
||||
|
Reference in New Issue
Block a user