From 17d921faf82782ac79a24224a0c422456ded01f3 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 9 Jan 2021 14:44:21 -0500 Subject: add alias: twitter-dl --- dot/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot/bashrc b/dot/bashrc index d88a287..b7e8af3 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -452,6 +452,8 @@ get_rust() curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh } +alias twitter-dl='youtube-dl -o '\''%(title).200s-%(id)s.%(ext)s'\''' + local_bashrc=~/.bashrc.$(hostname) if [ -f "$local_bashrc" ]; then -- cgit v1.2.3