diff --git a/aliases.sh b/aliases.sh index e647d5a..34b33c4 100755 --- a/aliases.sh +++ b/aliases.sh @@ -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