[feature] fish-like powershell
This commit is contained in:
parent
33e0801ea4
commit
7d80d2ff54
|
@ -4,6 +4,8 @@
|
|||
|
||||
|
||||
Set-PSReadLineOption -EditMode Emacs
|
||||
Set-PSReadLineOption -PredictionSource History
|
||||
|
||||
$Env:Path += ";$PSScriptRoot\bin"
|
||||
$Env:KUBE_EDITOR = 'nvim'
|
||||
$Env:EDITOR = 'nvim'
|
||||
|
|
Loading…
Reference in New Issue
Block a user