Update git plugins

This commit is contained in:
Alexander Navarro 2024-03-28 15:35:45 -03:00
parent d870d23e79
commit f8fe8c3551
6 changed files with 41 additions and 25 deletions

View file

@ -36,6 +36,14 @@ alias \
du3='dust --reverse --min-size 1M --depth 3' \
cat='bat'
alias \
dco='docker compose' \
dps="docker ps --format 'table {{.ID}}\t{{.Names}}\t{{.State}}\t{{.Status}}\t{{.RunningFor}}'"
alias \
pco='podman compose' \
pps="podman ps --format 'table {{.ID}}\t{{.Names}}\t{{.State}}\t{{.Status}}\t{{.RunningFor}}'"
# Misc
alias \
reload='exec $SHELL -l'