dotfiles/dot_config/fish/private_functions/interne.fish

6 lines
178 B
Fish
Raw Normal View History

2025-01-19 10:54:07 +01:00
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