mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-02-26 02:32:03 +01:00
feat(readline): track .inputrc and disable mark-directories
This commit is contained in:
parent
e3577a414c
commit
bd15caceff
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,6 +6,7 @@
|
||||||
# Include configs
|
# Include configs
|
||||||
!.nanorc
|
!.nanorc
|
||||||
!Makefile
|
!Makefile
|
||||||
|
!.inputrc
|
||||||
!.tmux.conf
|
!.tmux.conf
|
||||||
!.gitconfig
|
!.gitconfig
|
||||||
!.ssh/config
|
!.ssh/config
|
||||||
|
|
|
||||||
1
.inputrc
Normal file
1
.inputrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
set mark-directories Off
|
||||||
Loading…
Add table
Reference in a new issue