diff --git a/default/bash/inputrc b/default/bash/inputrc index 6e4bb8a..11146d6 100644 --- a/default/bash/inputrc +++ b/default/bash/inputrc @@ -28,14 +28,12 @@ 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 - # ~/src/mozillail", but to "cd ~/src/mozilla". (This is supported by the - # Readline used by Bash 4.) - set skip-completed-text on +# 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 +# ~/src/mozillail", but to "cd ~/src/mozilla". (This is supported by the +# Readline used by Bash 4.) +set skip-completed-text on - # Coloring for Bash 4 tab completions. - set colored-stats on -$endif +# Coloring for Bash 4 tab completions. +set colored-stats on diff --git a/default/bash/rc b/default/bash/rc index 6c9e1d2..e8ba051 100644 --- a/default/bash/rc +++ b/default/bash/rc @@ -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