alias for youtube downloading
author |
Dirk Olmes <dirk@xanthippe.ping.de> |
date |
Mon, 17 Sep 2018 09:20:52 +0200 |
parents |
383ea800bf98 |
children |
d6fba0677bff |
files |
zshrc-cassiopeia zshrc-xanthippe |
diffstat |
2 files changed, 2 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/zshrc-cassiopeia Mon Sep 17 09:19:03 2018 +0200
+++ b/zshrc-cassiopeia Mon Sep 17 09:20:52 2018 +0200
@@ -28,6 +28,7 @@
alias mtail=multitail
alias ne=neditc
alias top=htop
+alias ytdl="youtube-dl -x --audio-format mp3"
#
# functions to be used directly from the command line
--- a/zshrc-xanthippe Mon Sep 17 09:19:03 2018 +0200
+++ b/zshrc-xanthippe Mon Sep 17 09:20:52 2018 +0200
@@ -20,3 +20,4 @@
alias ne="nano -E"
alias p9="ping 9.9.9.9"
alias top="htop -C"
+alias ytdl="youtube-dl -x --audio-format mp3"