mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-22 13:23:56 +01:00
5 lines
178 B
Fish
5 lines
178 B
Fish
function interne
|
|
set creds (keepassxc-cli show -a username -a password ~/Nextcloud/OVH/keepass.kdbx Interne)
|
|
set -U INTERNE_USER $creds[1]
|
|
set -U INTERNE_PWD $creds[2]
|
|
end
|