Linux Aliases Inital commit

This commit is contained in:
2025-10-19 19:48:38 +00:00
parent 4de507640c
commit 567218e52e

5
linux_aliases.md Normal file
View File

@@ -0,0 +1,5 @@
# 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}}"'