diff options
author | Christian Segundo | 2023-12-25 23:29:13 +0100 |
---|---|---|
committer | Christian Segundo | 2023-12-25 23:29:13 +0100 |
commit | d58243d35e78e24d529bd5d2659dff175df758d6 (patch) | |
tree | c9a89c6aeb30c98807b06bf88463ba2e27ef8788 /public/zsh | |
parent | ae88bae38baee30af9b357269017854e4e381bd9 (diff) | |
download | dotfiles-d58243d35e78e24d529bd5d2659dff175df758d6.tar.gz |
add docker
Diffstat (limited to 'public/zsh')
-rwxr-xr-x | public/zsh/.usr/local/bin/docker | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/zsh/.usr/local/bin/docker b/public/zsh/.usr/local/bin/docker new file mode 100755 index 0000000..db9731f --- /dev/null +++ b/public/zsh/.usr/local/bin/docker @@ -0,0 +1,2 @@ +#!/bin/bash +podman "$@" |