mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-31 17:52:40 +01:00
6 lines
172 B
Fish
6 lines
172 B
Fish
|
function stash
|
||
|
set creds (keepassxc-cli show -a username -a password ~/Nextcloud/OVH/keepass.kdbx "Stash token")
|
||
|
set -U STASH_USER $creds[1]
|
||
|
set -U STASH_PWD $creds[2]
|
||
|
end
|