dotfiles

Cross platform dotfiles for linux, mac and windows

commit 3140c3fd7ecb976b34c2084e725811eeba2e332f
parent ee471c847fec9a66ad7618d408c04f80b0b7c40b
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Thu, 31 Aug 2023 14:25:30 +0530

Update clink_settings
1 file changed, 69 insertions(+), 2 deletions(-)
M
.config/clink/clink_settings
|
71
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
diff --git a/.config/clink/clink_settings b/.config/clink/clink_settings
@@ -1,2 +1,69 @@
-clink.autostart=%XDG_CONFIG_HOME%\cmd\profile.cmd
-clink.logo=none
+# name: Command to run when injected
+# type: string
+clink.autostart = %XDG_CONFIG_HOME%\cmd\profile.cmd
+
+# name: Auto-update the Clink program files
+# type: boolean
+clink.autoupdate = False
+
+# name: Controls what startup logo to show
+# type: enum
+# options: none,full,short
+clink.logo = none
+
+# name: Argument color
+# type: color
+color.arg = bold
+
+# name: Argument info color
+# type: color
+color.arginfo = yellow
+
+# name: Shell command completions
+# type: color
+color.cmd = bold
+
+# name: Color for < and > redirection symbols
+# type: color
+color.cmdredir = bold
+
+# name: Color for & and | command separators
+# type: color
+color.cmdsep = bold
+
+# name: Color for comment row
+# type: color
+color.comment_row = bright white on cyan
+
+# name: Description completion color
+# type: color
+color.description = bright cyan
+
+# name: Doskey completions
+# type: color
+color.doskey = bold cyan
+
+# name: Filtered completion color
+# type: color
+color.filtered = bold
+
+# name: Flag color
+# type: color
+color.flag = default
+
+# name: For user-interaction prompts
+# type: color
+color.interact = bold
+
+# name: Message area color
+# type: color
+color.message = default
+
+# name: Color for suggestion text
+# type: color
+color.suggestion = bright black
+
+# name: Unexpected argument color
+# type: color
+color.unexpected = default
+