diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-09 00:09:48 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-09 00:09:48 -0700 |
commit | 091b6a13ccbe933122795028652cb52d2b8cdb3a (patch) | |
tree | d335aabf195e7ce1a3542daae666413ded877eda /.config/readline/inputrc | |
parent | 3e65b985fa60ca0229986994b198acc2ab2cbd2d (diff) |
add more colors for terminal bash and readline
Diffstat (limited to '.config/readline/inputrc')
-rw-r--r-- | .config/readline/inputrc | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc index e67d5750..a666b091 100644 --- a/.config/readline/inputrc +++ b/.config/readline/inputrc @@ -1,5 +1,19 @@ -# https://github.com/LukeSmithxyz/voidrice/blob/2440ad83e9e9cf2f927efbaef618513e0df3cbda/.config/shell/inputrc $include /etc/inputrc + +# from archwiki realine +# Color files by types +# Note that this may cause completion text blink in some terminals (e.g. xterm). +set colored-stats On +# Append char to indicate type +set visible-stats On +# Mark symlinked directories +set mark-symlinked-directories On +# Color the common prefix +set colored-completion-prefix On +# Color the common prefix in menu-complete +set menu-complete-display-prefix On + +# https://github.com/LukeSmithxyz/voidrice/blob/2440ad83e9e9cf2f927efbaef618513e0df3cbda/.config/shell/inputrc set editing-mode vi $if mode=vi |