diff --git a/home/dot_config/shell/aliases.sh.tmpl b/home/dot_config/shell/aliases.sh.tmpl index 14f0d738..5e93d03a 100644 --- a/home/dot_config/shell/aliases.sh.tmpl +++ b/home/dot_config/shell/aliases.sh.tmpl @@ -200,6 +200,9 @@ function pf-format() { docker run --rm -i ghcr.io/tkcert/pffocus "$*" } +# Output plist in readable format +alias plcat='plutil -convert xml1 -o -' + # Show open ports alias ports='sudo netstat -tulanp'