pwsh using emacs mode
This commit is contained in:
@@ -1,2 +1,10 @@
|
|||||||
|
# Emacs mode
|
||||||
|
Set-PSReadLineOption -EditMode Emacs
|
||||||
|
|
||||||
|
# Oh-My-Posh
|
||||||
Copy *.omp.json to `$env:POSH_THEMES_PATH`
|
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.
|
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