mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +01:00
Compare commits
3 Commits
f0d81c7581
...
be0c5488a6
Author | SHA1 | Date | |
---|---|---|---|
|
be0c5488a6 | ||
|
b1b44cd86a | ||
|
5ec2a717cc |
12
zsh/alias
12
zsh/alias
@ -14,15 +14,19 @@ fi
|
|||||||
# tmux
|
# tmux
|
||||||
alias tm='tmux -u new -A -s default'
|
alias tm='tmux -u new -A -s default'
|
||||||
|
|
||||||
|
# screen reconnect/init
|
||||||
|
alias sc='screen -R'
|
||||||
|
|
||||||
# For fun
|
# For fun
|
||||||
alias fucking='sudo'
|
alias fucking='sudo'
|
||||||
alias please='sudo'
|
alias please='sudo'
|
||||||
|
|
||||||
# aria2c
|
# clear
|
||||||
alias a2='aria2c -x4 -c -m3'
|
alias c='clear'
|
||||||
|
alias cl='clear && ll'
|
||||||
|
|
||||||
# screen reconnect/init
|
# aria2c
|
||||||
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
|
# youtube-dl / yt-dlp
|
||||||
if [[ -x $(which yt-dlp) ]]; then
|
if [[ -x $(which yt-dlp) ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user