mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
{bash,zsh}rc: add udp to netstat-listening-ports alias
This commit is contained in:
parent
abb0c37ef2
commit
d60b12c105
@ -514,7 +514,7 @@ alias gpg-export-minimal-ascii="gpg --armor --export-options export-minimal --ex
|
|||||||
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
||||||
|
|
||||||
# ports that are being listened to
|
# ports that are being listened to
|
||||||
alias netstat-listening-ports="netstat -plnt"
|
alias netstat-listening-ports="netstat -plntu"
|
||||||
|
|
||||||
# mpv music & music shuffle
|
# mpv music & music shuffle
|
||||||
alias mpvm="mpv --no-video"
|
alias mpvm="mpv --no-video"
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -491,7 +491,7 @@ alias gpg-export-minimal-ascii="gpg --armor --export-options export-minimal --ex
|
|||||||
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal --export"
|
||||||
|
|
||||||
# ports that are being listened to
|
# ports that are being listened to
|
||||||
alias netstat-listening-ports="netstat -plnt"
|
alias netstat-listening-ports="netstat -plntu"
|
||||||
|
|
||||||
# mpv music & music shuffle
|
# mpv music & music shuffle
|
||||||
alias mpvm="mpv --no-video"
|
alias mpvm="mpv --no-video"
|
||||||
|
Loading…
Reference in New Issue
Block a user