update
This commit is contained in:
parent
b2f227cd01
commit
a96e85fd71
5 changed files with 41 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
isSet() { [ ! -z "${1}" ]; }
|
||||
isNotSet() { [ -z "${1}" ]; }
|
||||
|
||||
set-cred ()
|
||||
{
|
||||
export BW_SESSION="$(bw unlock $(secret-tool lookup drive bitwarden) --raw)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue