dotfiles/bin/keepassxc

5 lines
117 B
Bash
Executable file

#!/bin/bash
KEEPASS="$HOME/keepass"
/usr/bin/keepassxc --config "$KEEPASS/keepassxc.ini" "$KEEPASS/Passwords.kdbx"