mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 12:47:49 +02:00
Fixes claude-code warnings and is more proper anyway. Closes #282
8 lines
370 B
Plaintext
8 lines
370 B
Plaintext
source ~/.local/share/omarchy/default/bash/shell
|
|
source ~/.local/share/omarchy/default/bash/aliases
|
|
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
|
|
[[ $- == *i* ]] && bind -f ~/.local/share/omarchy/default/bash/inputrc
|