Adding speedtest alias for zsh

This commit is contained in:
Andrew Davidson 2020-03-09 10:17:53 -04:00
parent 4106447dc9
commit cacd1aa0e7
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -19,6 +19,9 @@ alias vi='nvim'
# fix sudo autocorrections
alias sudo="nocorrect sudo"
# A crude speedtest with curl
alias speedtest="curl -o /dev/null http://speedtest-nyc1.digitalocean.com/100mb.test"
# blank-chrome
function blank-chrome {
if [ "$@" ]; then