diff options
author | Einhard Leichtfuß <inbound@respiranto.de> | 2017-08-03 18:44:42 +0200 |
---|---|---|
committer | Einhard Leichtfuß <inbound@respiranto.de> | 2017-08-03 18:44:42 +0200 |
commit | 153a2021b263b6f22ecb624ab56ee7de1dc14e0c (patch) | |
tree | 0306a95cb63d17f26c8b1906e7db7efce9a620eb /config.sh.in |
Initial commit of ctct
Somewhere after version 0.2.2.
Most notably, ctct can now be properly installed on OpenBSD and most
likely other BSDs.
Diffstat (limited to 'config.sh.in')
-rw-r--r-- | config.sh.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config.sh.in b/config.sh.in new file mode 100644 index 0000000..d0eb94e --- /dev/null +++ b/config.sh.in @@ -0,0 +1,15 @@ +#!/bin/bash +# +# configuration file for ctct +# default values are commented out +# + +# user_config_dir="@default_user_config_dir@" +# datadir="@default_datadir@" +# fallback_editor="@default_fallback_editor@" +# default_editor= +# input_program="@default_input_program@" +# output_program="@default_output_program@" +# visual_program="@default_visual_program@" +# confirm_deletion=@default_confirm_deletion@ +# confirm_default_yes=@default_confirm_default_yes@ |