1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00

fix aria2c typos

This commit is contained in:
Matt Hamilton 2015-12-18 07:23:00 -05:00
parent 818beef89d
commit 9d6952400d

View file

@ -52,7 +52,7 @@ alias lc='lt -c' # human-readable sizes, most recent last, change time
# #
if (( ${+commands[aria2c]} )); then if (( ${+commands[aria2c]} )); then
alias get='aria2c --max-connections-per-sever=5 --continue' alias get='aria2c --max-connection-per-server=5 --continue'
elif (( ${+commands[axel]} )); then elif (( ${+commands[axel]} )); then
alias get='axel --num-connections=5 --alternate' alias get='axel --num-connections=5 --alternate'
elif (( ${+commands[wget]} )); then elif (( ${+commands[wget]} )); then