Only load inputrc for interactive terminals
Fixes claude-code warnings and is more proper anyway. Closes #282
This commit is contained in:
parent
98f848d4a0
commit
c4c9cdc0f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user