mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +01:00
Compare commits
No commits in common. "be0c5488a64ee01c667537b952efa7cfd8a940a3" and "f0d81c7581f14b638af44abb8b4401213a9dea79" have entirely different histories.
be0c5488a6
...
f0d81c7581
12
zsh/alias
12
zsh/alias
@ -14,19 +14,15 @@ 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'
|
||||||
|
|
||||||
# clear
|
|
||||||
alias c='clear'
|
|
||||||
alias cl='clear && ll'
|
|
||||||
|
|
||||||
# aria2c
|
# aria2c
|
||||||
alias a2='aria2c --continue --max-connection-per-server=5 --max-tries=3 --timeout=20 --connect-timeout=20'
|
alias a2='aria2c -x4 -c -m3'
|
||||||
|
|
||||||
|
# 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