Restructure for symlink
This change makes it easier to recursively copy these config files into a real home directory and also gets rid of empty folders
This commit is contained in:
parent
d9d326eaa1
commit
9a6bfc1daf
111 changed files with 560 additions and 2114 deletions
13
slackware/.inputrc
Normal file
13
slackware/.inputrc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
$include /etc/inputrc
|
||||
|
||||
set editing-mode vi # if you're a fan of VI-style editors
|
||||
set visible-stats on
|
||||
set colored-stats on
|
||||
set show-all-if-ambiguous on
|
||||
set completion-ignore-case on
|
||||
set colored-completion-prefix on
|
||||
set completion-prefix-display-length 1
|
||||
set menu-complete-display-prefix on
|
||||
tab: menu-complete
|
||||
"\e\t": menu-complete-backward
|
||||
"\e[Z": menu-complete-backward
|
||||
Loading…
Add table
Add a link
Reference in a new issue