mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-31 09:42:38 +01:00
5 lines
172 B
Fish
5 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
|