From 7d80d2ff54d6971b74b951e5f9bd6e586df403d9 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 10 Sep 2020 10:43:27 +0800 Subject: [PATCH] [feature] fish-like powershell --- win/profile.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win/profile.ps1 b/win/profile.ps1 index 98ca643..2711eb0 100644 --- a/win/profile.ps1 +++ b/win/profile.ps1 @@ -4,6 +4,8 @@ Set-PSReadLineOption -EditMode Emacs +Set-PSReadLineOption -PredictionSource History + $Env:Path += ";$PSScriptRoot\bin" $Env:KUBE_EDITOR = 'nvim' $Env:EDITOR = 'nvim'