We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
match.expand_envvars
1 parent a2e4884 commit c9b77f6Copy full SHA for c9b77f6
vendor/clink_settings.default
@@ -1,6 +1,10 @@
1
# For explanation of these and other settings see:
2
# https://chrisant996.github.io/clink/clink.html
3
4
+# name: Expand envvars when completing
5
+# type: boolean
6
+match.expand_envvars = True
7
+
8
# name: Sets how command history expansion is applied
9
# type: enum
10
# options: off,on,not_squoted,not_dquoted,not_quoted
0 commit comments