unlock bw session instead of login

This commit is contained in:
Gabriel Augendre 2024-02-18 16:04:38 +01:00
parent f5c2ea0a9e
commit 6b992478fc

View file

@ -1,3 +1,3 @@
function bwunlock
set -g BW_SESSION (bw login --raw)
set -g BW_SESSION (bw unlock --raw)
end