summaryrefslogtreecommitdiff
path: root/public/zsh/.usr
diff options
context:
space:
mode:
authorChristian Segundo2024-01-05 13:37:52 +0100
committerChristian Segundo2024-01-05 13:39:59 +0100
commitb261a27e89728d375c26ebb2234bb1560885b681 (patch)
tree46a245a366d0f9f0dd6dee486862bf41da59308d /public/zsh/.usr
parent563f68fd8ef36092e8bb10701a94e1d8a7fcc8e3 (diff)
downloaddotfiles-b261a27e89728d375c26ebb2234bb1560885b681.tar.gz
sorry, going back to docker
replace docker wrappers
Diffstat (limited to 'public/zsh/.usr')
-rwxr-xr-xpublic/zsh/.usr/local/bin/docker3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/zsh/.usr/local/bin/docker b/public/zsh/.usr/local/bin/docker
index db9731f..c16e0da 100755
--- a/public/zsh/.usr/local/bin/docker
+++ b/public/zsh/.usr/local/bin/docker
@@ -1,2 +1,3 @@
#!/bin/bash
-podman "$@"
+#podman "$@"
+docker "$@"