aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-11 18:28:09 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-11 18:28:09 -0500
commit9e2b368c8958a9a55d0c7bc4b5030afe8b24630a (patch)
treef0a2c6146c88c8ab768a498377f74348a2117235 /sh
parent9df7551de33d318fefc28db66d84db3cf0d49ac9 (diff)
revert: removed docker machine wrapper
Diffstat (limited to 'sh')
-rw-r--r--sh/env.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/sh/env.sh b/sh/env.sh
index 4c605e5..6b50ad2 100644
--- a/sh/env.sh
+++ b/sh/env.sh
@@ -10,7 +10,3 @@ 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