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:
co-authored by
Claude Opus 4.6
parent
ae364ba61b
commit
42fa784644
+1
-1
@@ -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