Files
dotfiles/bash_profile
Eric Wagoner 42fa784644 Guard Docker init scripts with existence checks
Prevents errors when Docker Desktop is not installed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 09:26:37 -05:00

2 lines
77 B
Bash

[[ -f "$HOME/.docker/init-bash.sh" ]] && source "$HOME/.docker/init-bash.sh"