aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/sh/inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/sh/inputrc')
-rw-r--r--home/.config/sh/inputrc20
1 files changed, 20 insertions, 0 deletions
diff --git a/home/.config/sh/inputrc b/home/.config/sh/inputrc
new file mode 100644
index 0000000..e770fea
--- /dev/null
+++ b/home/.config/sh/inputrc
@@ -0,0 +1,20 @@
+$include /etc/inputrc
+
+set enable-keypad on
+set bell-style none
+set show-all-if-ambiguous on
+
+# Color files by types
+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
+
+set echo-control-characters off
+
+set enable-bracketed-paste on