summaryrefslogtreecommitdiff
path: root/dot_config/private_fish/plug/docker.fish
blob: 50cabc228948e4e47349b222c1d44c4c85dca6e6 (plain) (blame)
1
2
3
4
5
6
7
type -qf podman
and alias docker podman

if type -q docker
    alias dit  'docker run --rm -it'
    alias drun 'dit -v (pwd):/pwd:Z -w /pwd'
end