We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ce8b9 commit b50ea4cCopy full SHA for b50ea4c
Profiles/Microsoft.PowerShell_profile.ps1
@@ -1,10 +1,15 @@
1
oh-my-posh --init --shell pwsh --config D:\config.json | Invoke-Expression
2
+
3
# Import the Chocolatey Profile that contains the necessary code to enable
4
# tab-completions to function for `choco`.
5
# Be aware that if you are missing these lines from your profile, tab completion
6
# for `choco` will not function.
7
# See https://ch0.co/tab-completion for details.
8
9
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
10
11
if (Test-Path($ChocolateyProfile)) {
12
Import-Module "$ChocolateyProfile"
13
}
14
15
+if(Test-Path 'D:\.inshellisense\key-bindings-pwsh.ps1' -PathType Leaf){. D:\.inshellisense\key-bindings-pwsh.ps1}
0 commit comments