fix aria2c typos
This commit is contained in:
parent
818beef89d
commit
9d6952400d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue