diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 5238de8..5f5ab03 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -84,7 +84,7 @@ fi | |||
| 84 | 84 | ||
| 85 | DOCKER_PATH=`which docker` | 85 | DOCKER_PATH=`which docker` |
| 86 | PODMAN_PATH=`which podman` | 86 | PODMAN_PATH=`which podman` |
| 87 | if [ -n $PODMAN_PATH ]; then | 87 | if [[ -n $PODMAN_PATH ]]; then |
| 88 | source <(podman completion bash) | 88 | source <(podman completion bash) |
| 89 | # Enable docker if it's podman | 89 | # Enable docker if it's podman |
| 90 | if [ -z $DOCKER_PATH ]; then | 90 | if [ -z $DOCKER_PATH ]; then |