mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(zsh): add various podman aliases
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
#
|
#
|
||||||
# Docker Related
|
# Containers
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Docker
|
||||||
if command-exists docker; then
|
if command-exists docker; then
|
||||||
zinit light-mode wait lucid from'gh-r' as'program' mv'ctop-* -> ctop' \
|
zinit light-mode wait lucid from'gh-r' as'program' mv'ctop-* -> ctop' \
|
||||||
for @bcicen/ctop
|
for @bcicen/ctop
|
||||||
@@ -23,3 +24,9 @@ alias dre="docker_remove_exited"
|
|||||||
alias n="nerdctl"
|
alias n="nerdctl"
|
||||||
alias ne="nerdctl"
|
alias ne="nerdctl"
|
||||||
alias nec="nerdctl compose"
|
alias nec="nerdctl compose"
|
||||||
|
|
||||||
|
# Podman
|
||||||
|
alias p="podman"
|
||||||
|
alias pd="podman"
|
||||||
|
alias pm="podman machine"
|
||||||
|
alias pc="podman-compose"
|
||||||
2
zshrc
2
zshrc
@@ -114,8 +114,8 @@ source "$DOTZSH/rclone.zsh"
|
|||||||
source "$DOTZSH/tmux.zsh"
|
source "$DOTZSH/tmux.zsh"
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
source "$DOTZSH/containers.zsh"
|
||||||
source "$DOTZSH/direnv.zsh"
|
source "$DOTZSH/direnv.zsh"
|
||||||
source "$DOTZSH/docker.zsh"
|
|
||||||
source "$DOTZSH/golang.zsh"
|
source "$DOTZSH/golang.zsh"
|
||||||
source "$DOTZSH/google-cloud.zsh"
|
source "$DOTZSH/google-cloud.zsh"
|
||||||
source "$DOTZSH/kubernetes.zsh"
|
source "$DOTZSH/kubernetes.zsh"
|
||||||
|
|||||||
Reference in New Issue
Block a user