c4fcf06eb33868cb6ff3f92098d5ae0fcecc665c
[dotfiles-public.git] / src / .bashrc.d / 90dotfiles
1 # Run the dotfiles.sh script if it exists
2
3 DS="$(which dotfiles.sh)"
4 if [ -n "${DS}" ] && [ -f "${DS}" ] && [ -x "${DS}" ]; then
5         "${DS}" --dotfiles-dir ~/src/dotfiles update
6 fi