removed pmps and pmpsa as aliases and made .local/bin files to add color
formatting
This commit is contained in:
@@ -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"}'
|
||||
Reference in New Issue
Block a user