-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
47 lines (35 loc) · 1.38 KB
/
config
File metadata and controls
47 lines (35 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Configfile for the installation of the scripts
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
##------------------
## BashRC
##------------------
#include_bashrc = false # Default: true
#bashrc_mode = normal | (reduced) | nocomment | minimized # Default: normal
#bashrc_color = color | nocolor # Default: color
#bashrc_reset_ps1_fct = false # Default: true
#bashrc_aliases = false # Default: true
## Bash Completition slows down the startup time of bash, this is bad when
## you use tmux or screen and often opens new instances
#bashrc_bash_completition = false # Default: true
#bashrc_command_not_found = false # Default: true
#bashrc_ssh_use_server_ip = false # Default: true
#bashrc_history = false # Default: true
##------------------
## Bash Aliases
##------------------
#include_bash_aliases = true # Default: true
##------------------
## Undefined
##------------------
#include_debian_chroot = true # Default: true
#include_dns_server = true # Default: true
##------------------
## Networking
##------------------
#include_network = true # Default: false
#network_service = ifupdown | nm | wicd # Default: ifupdown
##------------------
## License
##------------------
#public_domain_only = true # Default: true