X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=aliases;h=2d85320a45a2298831f3900041c76acdb6fe4968;hb=4eac79281e23f13831ef72b8d2366a3ab71c04d9;hp=ca863fc09aac01ce4f50d80f6c00f9894436cc0c;hpb=34a7cc2cde95b271c44b40337d6efca30c28a711;p=bash.d.git diff --git a/aliases b/aliases index ca863fc..2d85320 100644 --- a/aliases +++ b/aliases @@ -3,3 +3,4 @@ alias df='df --human-readable' alias du='du --human-readable --summarize *' alias ls='ls -l --color=auto --human-readable --time-style=long-iso' +alias youtube-dl-mp3='youtube-dl --extract-audio --audio-format=mp3'