dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit d9cae6a57fe2a35ef3bfbd19852d33c5178a8e22
parent 411979bf2bce9aafe59f7449f6b5337b9e1beb68
Author: hhvn <dev@hhvn.uk>
Date:   Wed,  5 Jan 2022 09:48:53 +0000

.c/r/inputrc: complete symlinks to dirs

Diffstat:
M.config/readline/inputrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/readline/inputrc b/.config/readline/inputrc @@ -5,3 +5,6 @@ set editing-mode vi # in e,g, gdb, where I can't use aliases # and have to paste in commands instead. set enable-bracketed-paste off + +# I'm used to this from ksh +set mark-symlinked-directories on