mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-22 13:23:56 +01:00
6 lines
166 B
Fish
6 lines
166 B
Fish
|
function corp
|
||
|
set creds (keepassxc-cli show -a username -a password ~/Nextcloud/OVH/keepass.kdbx corp)
|
||
|
set -g CORP_USER $creds[1]
|
||
|
set -g CORP_PWD $creds[2]
|
||
|
end
|