Update aliases.sh.tmpl

This commit is contained in:
Brian Zalewski 2023-12-06 21:18:45 -05:00 committed by GitHub
parent 3491425512
commit 9f683db1a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'