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:
parent
82018c76a2
commit
c80a32c906
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user