Skip to content

Commit c9b77f6

Browse files
authored
enable match.expand_envvars
This is part of the "Enhanced default settings" by Clink and a very useful feature
1 parent a2e4884 commit c9b77f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vendor/clink_settings.default

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# For explanation of these and other settings see:
22
# https://chrisant996.github.io/clink/clink.html
33

4+
# name: Expand envvars when completing
5+
# type: boolean
6+
match.expand_envvars = True
7+
48
# name: Sets how command history expansion is applied
59
# type: enum
610
# options: off,on,not_squoted,not_dquoted,not_quoted

0 commit comments

Comments
 (0)