Enable op (1password) completions
This commit is contained in:
parent
08b543f7fc
commit
56367b82f5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user