1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-10-31 18:01:30 +01:00

aliases: add dps (short docker ps)

This commit is contained in:
bretello 2020-03-30 03:37:11 +02:00
parent 82018c76a2
commit c80a32c906

View File

@ -84,6 +84,9 @@ alias gcaf='git commit -a --fixup=HEAD'
alias watcha='watch ' # note the space after watch. This makes watch work with aliases
# A short version of docker ps
alias dps='docker ps --format "table {{.Image}}\t{{.RunningFor}}\t{{.Status}}\t{{.Ports}}\t{{.Names}}\t{{.Size}"'
# dotfiles user aliases
if [[ -f ~/.dotfiles_aliases ]];
then