Update .local/share/chezmoi/home/private_dot_config/shell/aliases.sh.tmpl
This commit is contained in:
parent
f73e0d31ed
commit
698eb49e2c
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@ if command -v gum > /dev/null; then
|
|||
alias please="gum input --password | sudo -nS"
|
||||
fi
|
||||
|
||||
# Convert macOS plist to XML (for source control)
|
||||
plist-xml='plutil -convert xml1'
|
||||
|
||||
# Show open ports
|
||||
alias ports='sudo netstat -tulanp'
|
||||
|
||||
|
|
Loading…
Reference in a new issue