Enable all the inputrc settings

This commit is contained in:
David Heinemeier Hansson
2025-07-09 21:14:04 -07:00
parent 583f1b6113
commit 6e05a51b65
2 changed files with 9 additions and 10 deletions

View File

@ -28,7 +28,6 @@ set completion-query-items 200
# Show extra file information when completing, like `ls -F` does
set visible-stats on
$if Bash
# Be more intelligent when autocompleting by also looking at the text after
# the cursor. For example, when the current line is "cd ~/src/mozil", and
# the cursor is on the "z", pressing Tab will not autocomplete it to "cd
@ -38,4 +37,3 @@ $if Bash
# Coloring for Bash 4 tab completions.
set colored-stats on
$endif

View File

@ -4,3 +4,4 @@ source ~/.local/share/omarchy/default/bash/functions
source ~/.local/share/omarchy/default/bash/prompt
source ~/.local/share/omarchy/default/bash/init
source ~/.local/share/omarchy/default/bash/envs
bind -f ~/.local/share/omarchy/default/bash/inputrc