diff options
| author | 2021-03-02 20:25:29 -0500 | |
|---|---|---|
| committer | 2021-03-02 20:25:29 -0500 | |
| commit | e2465d5c67e8ebe6529879279c5c9e9a6efd76a1 (patch) | |
| tree | dcf4a5cda24df211e7db558aa492e5e89c304f5d /dot_config/private_fish/plug/docker.fish | |
| parent | migrate git email, explicitly configure foot $TERM (diff) | |
fish: add baseline plugs/configs
Diffstat (limited to '')
| -rw-r--r-- | dot_config/private_fish/plug/docker.fish | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_config/private_fish/plug/docker.fish b/dot_config/private_fish/plug/docker.fish new file mode 100644 index 0000000..50cabc2 --- /dev/null +++ b/dot_config/private_fish/plug/docker.fish @@ -0,0 +1,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 |
