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>
This commit is contained in:
@@ -1 +1 @@
|
||||
source "$HOME/.docker/init-bash.sh" || true # Added by Docker Desktop
|
||||
[[ -f "$HOME/.docker/init-bash.sh" ]] && source "$HOME/.docker/init-bash.sh"
|
||||
|
||||
Reference in New Issue
Block a user