From c1efcb633ffbac0d95a86b57c8ea2eb148e980c6 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 17 Dec 2008 10:39:13 +0000 Subject: - Add / at end of directories symlinks (replace ugly patch on bash) --- inputrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inputrc') diff --git a/inputrc b/inputrc index 97bf96b..af47ecd 100644 --- a/inputrc +++ b/inputrc @@ -7,6 +7,9 @@ # Show all if ambigious. set show-all-if-ambiguous on +# Add / to symlink to directory +set mark-symlinked-directories on + # 8Bits supports. set meta-flag on set convert-meta off -- cgit v1.2.1