bash/bashrc/.bashrc

4 lines
95 B
Bash
Raw Normal View History

if [ -f ~/.config/wit/bashrc/.wit ] && ! shopt -oq posix; then
. ~/.config/wit/bashrc/.wit
2023-03-09 16:39:34 -06:00
fi