Add alias for youtube-dl
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -111,6 +111,7 @@ alias ag='ag -C 2 --pager="$PAGER" --smart-case'
|
||||
alias prepend-timestamp='gawk "{ print strftime(\"[%Y-%m-%d %H:%M:%S]\"), \$0; fflush() }"'
|
||||
alias strace='strace -f -s 1024'
|
||||
alias readelf='readelf -W'
|
||||
alias youtube-dl='youtube-dl -f bestvideo+bestaudio'
|
||||
|
||||
function ds() {
|
||||
du -sh "$@" | sort -rh
|
||||
|
||||
Reference in New Issue
Block a user