custom config
This commit is contained in:
parent
3cc7570fb5
commit
0eb0c5e6e5
1 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@
|
||||||
# display_time = true
|
# display_time = true
|
||||||
|
|
||||||
# Don't ask for confirmations (no default value)
|
# Don't ask for confirmations (no default value)
|
||||||
# assume_yes = true
|
assume_yes = true
|
||||||
|
|
||||||
# Do not ask to retry failed steps (default: false)
|
# Do not ask to retry failed steps (default: false)
|
||||||
# no_retry = true
|
# no_retry = true
|
||||||
|
@ -48,13 +48,13 @@
|
||||||
# run_in_tmux = true
|
# run_in_tmux = true
|
||||||
|
|
||||||
# Cleanup temporary or old files (default: false)
|
# Cleanup temporary or old files (default: false)
|
||||||
# cleanup = true
|
cleanup = true
|
||||||
|
|
||||||
# Send a notification for every step (default: false)
|
# Send a notification for every step (default: false)
|
||||||
# notify_each_step = false
|
# notify_each_step = false
|
||||||
|
|
||||||
# Skip sending a notification at the end of a run (default: false)
|
# Skip sending a notification at the end of a run (default: false)
|
||||||
# skip_notify = true
|
skip_notify = true
|
||||||
|
|
||||||
# The Bash-it branch to update (default: "stable")
|
# The Bash-it branch to update (default: "stable")
|
||||||
# bashit_branch = "stable"
|
# bashit_branch = "stable"
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
#
|
#
|
||||||
# this will be ignored if the binary is built without self update support
|
# this will be ignored if the binary is built without self update support
|
||||||
#
|
#
|
||||||
# available also via setting the environment variable TOPGRADE_NO_SELF_UPGRADE)
|
# available also via setting the environment variable (TOPGRADE_NO_SELF_UPGRADE)
|
||||||
# no_self_update = true
|
# no_self_update = true
|
||||||
|
|
||||||
# Extra tracing filter directives
|
# Extra tracing filter directives
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
[python]
|
[python]
|
||||||
# enable_pip_review = true ###disabled by default
|
# enable_pip_review = true ###disabled by default
|
||||||
# enable_pip_review_local = true ###disabled by default
|
# enable_pip_review_local = true ###disabled by default
|
||||||
# enable_pipupgrade = true ###disabled by default
|
enable_pipupgrade = true ###disabled by default
|
||||||
# pipupgrade_arguments = "-y -u --pip-path pip" ###disabled by default
|
# pipupgrade_arguments = "-y -u --pip-path pip" ###disabled by default
|
||||||
|
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@
|
||||||
|
|
||||||
[windows]
|
[windows]
|
||||||
# Manually select Windows updates
|
# Manually select Windows updates
|
||||||
# accept_all_updates = false
|
accept_all_updates = true
|
||||||
|
|
||||||
# open_remotes_in_new_terminal = true
|
# open_remotes_in_new_terminal = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue