diff options
Diffstat (limited to '.config/khard')
-rw-r--r-- | .config/khard/khard.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf new file mode 100644 index 0000000..9a92f3b --- /dev/null +++ b/.config/khard/khard.conf @@ -0,0 +1,33 @@ +[general] +editor = /usr/bin/vim +merge_editor = /usr/bin/vimdiff +default_country = Germany +default_action = list +show_nicknames = yes + +[addressbooks] +#SLEEPMAP +[[bands]] +path = ~/.contacts/bands/ + +[[private]] +path = ~/.contacts/private/ + +[[services]] +path = ~/.contacts/services/ + +[[unixpool]] +path = ~/.contacts/unixpool/ + +[[venues]] +path = ~/.contacts/venues/ + +#TU-BERLIN +[[exteam]] +path = ~/.contacts/exteam + +[[studio]] +path = ~/.contacts/studio/ + +[[team]] +path = ~/.contacts/team |