added readline config
This commit is contained in:
parent
4994ee6f1f
commit
ec2c5d76dc
1 changed files with 10 additions and 0 deletions
10
home/.inputrc
Normal file
10
home/.inputrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue