Skip to content

Commit 2a81de2

Browse files
committed
sane libreadline defaults
1 parent 2cd2f97 commit 2a81de2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.inputrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
################################################################################
2+
## ~/.inputrc
3+
##
4+
## Control the behaviour of the readline library
5+
##
6+
################################################################################
7+
8+
set colored-completion-prefix on
9+
set colored-stats on
10+
set blink-matching-paren on
11+
12+
# prevent macos insane default
13+
set expand-tilde off

0 commit comments

Comments
 (0)