Adding speedtest alias for zsh
This commit is contained in:
parent
4106447dc9
commit
cacd1aa0e7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue