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