Skip to content

Commit b50ea4c

Browse files
committed
Updated profile.
1 parent 90ce8b9 commit b50ea4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
oh-my-posh --init --shell pwsh --config D:\config.json | Invoke-Expression
2+
23
# Import the Chocolatey Profile that contains the necessary code to enable
34
# tab-completions to function for `choco`.
45
# Be aware that if you are missing these lines from your profile, tab completion
56
# for `choco` will not function.
67
# See https://ch0.co/tab-completion for details.
8+
79
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
10+
811
if (Test-Path($ChocolateyProfile)) {
912
Import-Module "$ChocolateyProfile"
1013
}
14+
15+
if(Test-Path 'D:\.inshellisense\key-bindings-pwsh.ps1' -PathType Leaf){. D:\.inshellisense\key-bindings-pwsh.ps1}

0 commit comments

Comments
 (0)