From 7f36e05baf28718328e23082f29e1eb086aaa295 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 28 Aug 2019 19:38:10 -0700 Subject: [PATCH] [bash] tab-complete symlinked dirs with a slash --- .inputrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.inputrc b/.inputrc index 5bd4c4b..f432ec5 100644 --- a/.inputrc +++ b/.inputrc @@ -16,6 +16,7 @@ set visible-stats on set completion-ignore-case on set completion-map-case on set completion-prefix-display-length 2 +set mark-symlinked-directories on # vi editing mode # set editing-mode vi