Forum Discussion
PingLoss2
6 months agoNew Contributor
Technically, you can do that via zshrc/bashrc file by aliasing op to op.exe
alias op='op.exe'
and restarting terminal session or using source
to load new changes. Basically same thing we do to ssh
to enable git with 1password under WSL.
Then you have two options you can access you 1password valut for example or do op signin and then access your stuff. Both of which will ask you (Windows Hello/Pin/Local Password) like it normally does.
WSL should know windows PATH, but by default Ubuntu has that enabled in WSL settings.