zsh: Show speedtest progress by default

This commit is contained in:
Simon Bruder 2020-05-22 23:11:13 +02:00
parent 0d29a6eec1
commit e75b0c0b12
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,7 +1,7 @@
# Docker function definitions # Docker function definitions
function speedtest() { function speedtest() {
docker run --rm tianon/speedtest --accept-license --accept-gdpr $@ docker run --rm tianon/speedtest --accept-license --accept-gdpr -p $@
} }
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939876 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939876