Files
.profile/linux_aliases.md

5 lines
244 B
Markdown

# My Linux Aliases
## Docker
### Better Docker PS
#### A custom 'docker ps' command which is also shorter in the command and in the output. cuz why not.
alias dps='docker ps --format "table {{.Names}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}"'