removed pmps and pmpsa as aliases and made .local/bin files to add color

formatting
This commit is contained in:
2024-02-15 18:12:37 -06:00
parent 26974dd8df
commit 3b4ab4155b
4 changed files with 16 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
podman ps --format '{{.Names}} \t{{.Status}}' | awk '{print "\033[1;33m"$1"\033[0m" "\t\t\t" "\033[1;34m"$2"\033[0m"}'
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
podman ps -a --format '{{.Names}} \t{{.Status}}' | awk '{print "\033[1;33m"$1"\033[0m" "\t\t\t" "\033[1;34m"$2"\033[0m"}'