bash/bashrc/.bashrc

4 lines
95 B
Bash

if [ -f ~/.config/wit/bashrc/.wit ] && ! shopt -oq posix; then
. ~/.config/wit/bashrc/.wit
fi