fix ping alias

This commit is contained in:
TheK4n 2023-11-15 23:22:28 +03:00
parent 0034917b91
commit 9cf5b3a83e

View File

@ -57,7 +57,6 @@ alias svi="sudo -E nvim"
# net # net
alias ports='ss -tlnp' alias ports='ss -tlnp'
alias wget='wget -c' alias wget='wget -c'
alias ping='ping -c 5'
alias myip='curl ipinfo.io/ip' alias myip='curl ipinfo.io/ip'
alias sprunge='curl -F "sprunge=<-" http://sprunge.us 2>/dev/null' # CLI pastebin alias sprunge='curl -F "sprunge=<-" http://sprunge.us 2>/dev/null' # CLI pastebin
alias weather='curl -4 wttr.in/$(cat) 2>/dev/null | head -n -1' # weather by city, gets city from stdin alias weather='curl -4 wttr.in/$(cat) 2>/dev/null | head -n -1' # weather by city, gets city from stdin