feat(bash): Add antidots bash config

This commit is contained in:
js0ny 2025-02-13 19:59:11 +00:00
parent f13ac93b73
commit b4030c469e
7 changed files with 180 additions and 5 deletions

2
tools/bash/global.bashrc Normal file
View file

@ -0,0 +1,2 @@
test -f $HOME/.config/bash/bashrc && source $HOME/.config/bash/bashrc
test -f $HOME/.bashrc && source $HOME/.bashrc