fix ping alias
This commit is contained in:
parent
0034917b91
commit
9cf5b3a83e
@ -57,7 +57,6 @@ alias svi="sudo -E nvim"
|
||||
# net
|
||||
alias ports='ss -tlnp'
|
||||
alias wget='wget -c'
|
||||
alias ping='ping -c 5'
|
||||
alias myip='curl ipinfo.io/ip'
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user