Skip to content

Commit

Permalink
Fix typos in the _default_inputrc file.
Browse files Browse the repository at this point in the history
But this reveals a bit of a problem:  Clink accidentally never loaded
default_inputrc.  I'm not sure yet whether fixing that will cause other
problems (and need further remedial action).
  • Loading branch information
chrisant996 committed Dec 16, 2023
1 parent f7bfbcc commit 9ed25b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _default_inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Override the built-in Readline defaults with ones that provide a more
# enhanced Clink experience.

colored-completion-prefix on
colored-stats on
mark-symlinked-directories on
completion-auto-query-items on
history-point-at-end-of-anchored-search on
search-ignore-case on
set colored-completion-prefix on
set colored-stats on
set mark-symlinked-directories on
set completion-auto-query-items on
set history-point-at-end-of-anchored-search on
set search-ignore-case on

0 comments on commit 9ed25b5

Please sign in to comment.