2020-12-24 17:48:00 -05:00
|
|
|
# For explanation of these and other settings see:
|
|
|
|
# https://chrisant996.github.io/clink/clink.html
|
2019-02-28 17:44:28 -05:00
|
|
|
|
2024-05-20 10:57:51 +03:30
|
|
|
# name: Expand envvars when completing
|
|
|
|
# type: boolean
|
|
|
|
match.expand_envvars = True
|
|
|
|
|
2019-02-28 17:44:28 -05:00
|
|
|
# name: Sets how command history expansion is applied
|
|
|
|
# type: enum
|
2020-12-24 17:48:00 -05:00
|
|
|
# options: off,on,not_squoted,not_dquoted,not_quoted
|
|
|
|
history.expand_mode = not_dquoted
|
2019-02-28 17:44:28 -05:00
|
|
|
|
2020-12-24 17:48:00 -05:00
|
|
|
# name: Skip adding lines prefixed with whitespace
|
|
|
|
# type: boolean
|
2022-12-20 10:45:09 +03:30
|
|
|
history.ignore_space = True
|
2019-02-28 17:44:28 -05:00
|
|
|
|
2020-12-24 17:48:00 -05:00
|
|
|
# name: The number of history lines to save
|
|
|
|
# type: integer
|
2022-12-20 10:45:09 +03:30
|
|
|
history.max_lines = 25000
|
2019-02-28 17:44:28 -05:00
|
|
|
|
2020-12-24 17:48:00 -05:00
|
|
|
# name: Share history between instances
|
|
|
|
# type: boolean
|
2022-12-20 10:45:09 +03:30
|
|
|
history.shared = False
|
2022-10-24 19:58:46 +03:30
|
|
|
|
|
|
|
# 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
|