From c9b77f618a9314d56bb0572d7209c1d02f0e593e Mon Sep 17 00:00:00 2001 From: David Refoua Date: Mon, 20 May 2024 10:57:51 +0330 Subject: [PATCH] enable `match.expand_envvars` This is part of the "Enhanced default settings" by Clink and a very useful feature --- vendor/clink_settings.default | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vendor/clink_settings.default b/vendor/clink_settings.default index 733028b..00026c7 100644 --- a/vendor/clink_settings.default +++ b/vendor/clink_settings.default @@ -1,6 +1,10 @@ # For explanation of these and other settings see: # https://chrisant996.github.io/clink/clink.html +# name: Expand envvars when completing +# type: boolean +match.expand_envvars = True + # name: Sets how command history expansion is applied # type: enum # options: off,on,not_squoted,not_dquoted,not_quoted