aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/env.sh')
-rw-r--r--sh/env.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sh/env.sh b/sh/env.sh
index 6b50ad2..4c605e5 100644
--- a/sh/env.sh
+++ b/sh/env.sh
@@ -10,3 +10,7 @@ export MANPAGER="sh -c 'col -bx | bat -l man -p'"
# Path
PATH=$PATH:$HOME/.local/bin:$HOME/.dotnet/tools:$HOME/.cargo/bin:$DOTFILES/scripts
+
+if [ -f "${DOTFILES}/docker-machine/wrapper.sh" ]; then
+ source "${DOTFILES}/docker-machine/wrapper.sh"
+fi