Dropped sudo

This commit is contained in:
Josh Sherman 2018-09-30 17:50:30 -05:00
parent 22289ff450
commit a46d1588ac
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -66,7 +66,7 @@ function nvm {
# PID Port
function pp {
sudo ss -lptn sport = :$1 | grep -Eo 'pid=[0-9]+' | cut -c5-
ss -lptn sport = :$1 | grep -Eo 'pid=[0-9]+' | cut -c5-
}
# function vim {