diff options
Diffstat (limited to '.config/khard/khard.conf')
-rw-r--r-- | .config/khard/khard.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf new file mode 100644 index 0000000..b5d5cbc --- /dev/null +++ b/.config/khard/khard.conf @@ -0,0 +1,32 @@ +[addressbooks] +[[akt]] +path = ~/.contacts/akt/ + +[[bands]] +path = ~/.contacts/bands/ + +[[funkhaus]] +path = ~/.contacts/funkhaus/ + +[[personal]] +path = ~/.contacts/personal/ + +[[pool]] +path = ~/.contacts/pool/ + +[[restaurants]] +path = ~/.contacts/restaurants/ + +[[service]] +path = ~/.contacts/service/ + +[[tu-berlin]] +path = ~/.contacts/tu-berlin/ + +[[venues]] +path = ~/.contacts/venues/ + +[general] +editor = /usr/bin/vim +default_country = Germany +default_action = list |