diff --git a/profile.ps1 b/profile.ps1 index 57bf128..e37f213 100644 --- a/profile.ps1 +++ b/profile.ps1 @@ -2,6 +2,8 @@ Import-Module "$env:ChocolateyToolsLocation\Cmder\vendor\profile.ps1" # Enable Chocolatey completions. Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" +# Enable op completions. +Import-Module "$env:LOCALAPPDATA\1Password\cli\opProfile.psm1" # Set UTF-8 as the character set for pipes and output objects. # https://gist.github.com/xoner/4671514