summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2008-12-17 10:39:13 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2008-12-17 10:39:13 +0000
commitc1efcb633ffbac0d95a86b57c8ea2eb148e980c6 (patch)
treeb8f743cb00ba1c5c60643060387029c770073c18
parent15fb11c84b7de6f08be7ccb6c2c4f23f820e50ae (diff)
downloadsetup-c1efcb633ffbac0d95a86b57c8ea2eb148e980c6.tar
setup-c1efcb633ffbac0d95a86b57c8ea2eb148e980c6.tar.gz
setup-c1efcb633ffbac0d95a86b57c8ea2eb148e980c6.tar.bz2
setup-c1efcb633ffbac0d95a86b57c8ea2eb148e980c6.tar.xz
setup-c1efcb633ffbac0d95a86b57c8ea2eb148e980c6.zip
- Add / at end of directories symlinks (replace ugly patch on bash)
-rw-r--r--inputrc3
1 files changed, 3 insertions, 0 deletions
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