cmder/vendor/clink_settings.default

40 lines
864 B
Plaintext
Raw Normal View History

2020-12-25 06:48:00 +08:00
# For explanation of these and other settings see:
# https://chrisant996.github.io/clink/clink.html
2020-12-25 06:48:00 +08:00
# name: Shell command completions
# type: color
color.cmd = bold
2020-12-25 06:48:00 +08:00
# name: Doskey completions
# type: color
color.doskey = bright cyan
2020-12-25 06:48:00 +08:00
# name: Filtered completion color
# type: color
color.filtered = bold
2020-12-25 06:48:00 +08:00
# name: For user-interaction prompts
# type: color
color.interact = bold
2020-12-25 06:48:00 +08:00
# name: Message area color
# type: color
color.message = default
# 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
2020-12-25 06:48:00 +08:00
# name: Skip adding lines prefixed with whitespace
# type: boolean
history.ignore_space = False
2020-12-25 06:48:00 +08:00
# name: The number of history lines to save
# type: integer
history.max_lines = 10000
2020-12-25 06:48:00 +08:00
# name: Share history between instances
# type: boolean
history.shared = True