dotfiles/bin/keepassxc

6 lines
117 B
Bash
Executable File

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