aliases: add dps (short docker ps)

feature/symbol-search
bretello 2020-03-30 03:37:11 +02:00
parent 82018c76a2
commit c80a32c906
1 changed files with 3 additions and 0 deletions

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