-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgroan.conf
More file actions
22 lines (16 loc) · 817 Bytes
/
groan.conf
File metadata and controls
22 lines (16 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration file
# a) the locations of config files
# b) where to find commands and topics
# This file is optional - below are the default values
#g_config_options=("local" "user" "global")
#g_config_file_locations=(
# "$g_working_dir/$c_name.conf" # --local
# "$HOME/.$c_name.conf" # --user
# "$c_dir/$c_name.conf" # --global )
#g_config_preset_locations=( "$c_dir" )
#g_locations=( "${c_dir}/commands" "${c_dir}/help" )
#g_default_dispatch="_dispatch.sh"
#g_default_subcommand="_default"
#g_markdown_viewer="mdv -t 715.1331"
#"This Code is distributed subject to the MIT License, as in http://www.opensource.org/licenses/mit-license.php .
#Any additional contribution submitted for incorporation into or for distribution with this file shall be presumed subject to the same license."