From 9e2957666cc04de63a8f1a248d826b524066ddc6 Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Wed, 22 Oct 2025 20:23:29 +0000 Subject: [PATCH] Added gs alias --- linux_aliases.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux_aliases.md b/linux_aliases.md index 2ccf076..ca24103 100644 --- a/linux_aliases.md +++ b/linux_aliases.md @@ -2,4 +2,8 @@ ## 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 +alias dps='docker ps --format "table {{.Names}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}"' +## Git +### Quick Git Status +#### such command HAS to have a short version... +alias gs='git status' \ No newline at end of file