mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 02:49:57 +01:00
Extend parameters
This commit is contained in:
parent
f0d81c7581
commit
5ec2a717cc
@ -19,10 +19,7 @@ alias fucking='sudo'
|
||||
alias please='sudo'
|
||||
|
||||
# aria2c
|
||||
alias a2='aria2c -x4 -c -m3'
|
||||
|
||||
# screen reconnect/init
|
||||
alias sc='screen -R'
|
||||
alias a2='aria2c --continue --max-connection-per-server=5 --max-tries=3 --timeout=20 --connect-timeout=20'
|
||||
|
||||
# youtube-dl / yt-dlp
|
||||
if [[ -x $(which yt-dlp) ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user