mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 02:29:57 +01:00
Minor cleanup
This commit is contained in:
parent
597bb08e39
commit
d48a59e74b
@ -54,17 +54,13 @@ fi
|
|||||||
# youtube-dl(p) - Download only best MP4
|
# youtube-dl(p) - Download only best MP4
|
||||||
alias ytmp4='ydl -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4"'
|
alias ytmp4='ydl -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4"'
|
||||||
|
|
||||||
|
|
||||||
# rsync; archive, progress, partial, relative, humanreadable (add -z for compression)
|
|
||||||
alias rrsync='rsync -avhP'
|
|
||||||
|
|
||||||
# better scp
|
# better scp
|
||||||
alias bcp='rsync -avzuh --progress --partial'
|
alias bcp='rsync -avzuh --progress --partial'
|
||||||
|
|
||||||
# generate pseudo-random hash
|
# generate pseudo-random hash
|
||||||
alias random32='echo $(date +%s | md5sum | head -c 32)'
|
alias random32='echo $(date +%s | md5sum | head -c 32)'
|
||||||
|
|
||||||
# tar
|
# tar extract
|
||||||
alias untargz='tar -xzvf'
|
alias untargz='tar -xzvf'
|
||||||
|
|
||||||
# (macOS) start Firefox Profile manager
|
# (macOS) start Firefox Profile manager
|
||||||
@ -75,7 +71,6 @@ fi
|
|||||||
# zspotify (Docker)
|
# zspotify (Docker)
|
||||||
alias zspotify='docker run -v ${HOME}/.zspotify:/root/.zspotify -v ${HOME}/Music:/root/Music -it jsavargas/zspotify'
|
alias zspotify='docker run -v ${HOME}/.zspotify:/root/.zspotify -v ${HOME}/Music:/root/Music -it jsavargas/zspotify'
|
||||||
|
|
||||||
|
|
||||||
# git
|
# git
|
||||||
alias gadd='git add'
|
alias gadd='git add'
|
||||||
alias gclone='git clone'
|
alias gclone='git clone'
|
||||||
|
Loading…
Reference in New Issue
Block a user