Only load inputrc for interactive terminals

Fixes claude-code warnings and is more proper anyway.
Closes #282
This commit is contained in:
David Heinemeier Hansson
2025-07-23 12:03:53 -04:00
parent 98f848d4a0
commit c4c9cdc0f6

View File

@ -4,4 +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
[[ $- == *i* ]] && bind -f ~/.local/share/omarchy/default/bash/inputrc