2020-12-25 06:48:00 +08:00
|
|
|
# For explanation of these and other settings see:
|
|
|
|
# https://chrisant996.github.io/clink/clink.html
|
2019-03-01 06:44:28 +08:00
|
|
|
|
2024-05-20 15:27:51 +08:00
|
|
|
# name: Expand envvars when completing
|
|
|
|
# type: boolean
|
|
|
|
match.expand_envvars = True
|
|
|
|
|
2019-03-01 06:44:28 +08:00
|
|
|
# name: Sets how command history expansion is applied
|
|
|
|
# type: enum
|
2020-12-25 06:48:00 +08:00
|
|
|
# options: off,on,not_squoted,not_dquoted,not_quoted
|
|
|
|
history.expand_mode = not_dquoted
|
2019-03-01 06:44:28 +08:00
|
|
|
|
2020-12-25 06:48:00 +08:00
|
|
|
# name: Skip adding lines prefixed with whitespace
|
|
|
|
# type: boolean
|
2022-12-20 15:15:09 +08:00
|
|
|
history.ignore_space = True
|
2019-03-01 06:44:28 +08:00
|
|
|
|
2020-12-25 06:48:00 +08:00
|
|
|
# name: The number of history lines to save
|
|
|
|
# type: integer
|
2022-12-20 15:15:09 +08:00
|
|
|
history.max_lines = 25000
|
2019-03-01 06:44:28 +08:00
|
|
|
|
2020-12-25 06:48:00 +08:00
|
|
|
# name: Share history between instances
|
|
|
|
# type: boolean
|
2022-12-20 15:15:09 +08:00
|
|
|
history.shared = False
|
2022-10-25 00:28:46 +08:00
|
|
|
|
|
|
|
# name: Auto-answer terminate prompt
|
|
|
|
# type: enum
|
|
|
|
# options: off,answer_yes,answer_no
|
|
|
|
cmd.auto_answer = answer_yes
|
|
|
|
|
|
|
|
# name: Doskey completions
|
|
|
|
# type: color
|
|
|
|
color.doskey = yellow
|