blob: 36b84bc6dfcd70e593f8404c84e855033d47a668 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# set path to password store
basedir=~/.password-store/
# fields to be used
URL_field='URL'
USERNAME_field='UserName'
## Programs to be used
# Editor
EDITOR='gvim -f'
# Browser
BROWSER='chromium'
|