chore(zsh): add various podman aliases

This commit is contained in:
2022-07-28 00:09:27 +01:00
parent 39c16b214e
commit 837d8065d2
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
#
# Docker Related
# Containers
#
# Docker
if command-exists docker; then
zinit light-mode wait lucid from'gh-r' as'program' mv'ctop-* -> ctop' \
for @bcicen/ctop
@@ -23,3 +24,9 @@ alias dre="docker_remove_exited"
alias n="nerdctl"
alias ne="nerdctl"
alias nec="nerdctl compose"
# Podman
alias p="podman"
alias pd="podman"
alias pm="podman machine"
alias pc="podman-compose"