From 567218e52e759fc38eef732b5f8bcb4c86d7ca97 Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Sun, 19 Oct 2025 19:48:38 +0000 Subject: [PATCH] Linux Aliases Inital commit --- linux_aliases.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux_aliases.md diff --git a/linux_aliases.md b/linux_aliases.md new file mode 100644 index 0000000..2ccf076 --- /dev/null +++ b/linux_aliases.md @@ -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}}"' \ No newline at end of file