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
|
||||
alias tm='tmux -u new -A -s default'
|
||||
|
||||
# screen reconnect/init
|
||||
alias sc='screen -R'
|
||||
|
||||
# For fun
|
||||
alias fucking='sudo'
|
||||
alias please='sudo'
|
||||
|
||||
# aria2c
|
||||
alias a2='aria2c -x4 -c -m3'
|
||||
# clear
|
||||
alias c='clear'
|
||||
alias cl='clear && ll'
|
||||
|
||||
# screen reconnect/init
|
||||
alias sc='screen -R'
|
||||
# aria2c
|
||||
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