summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-01-09 14:44:21 -0500
committerAndrew Cady <d@jerkface.net>2021-01-09 14:44:21 -0500
commit17d921faf82782ac79a24224a0c422456ded01f3 (patch)
tree4d61afaf4e0d0f117d2f2469d5b6aaa82632f29c
parentcc5f3535c23585c76821cc00133e14810da9995d (diff)
add alias: twitter-dl
-rw-r--r--dot/bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot/bashrc b/dot/bashrc
index d88a287..b7e8af3 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -452,6 +452,8 @@ get_rust()
452 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 452 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
453} 453}
454 454
455alias twitter-dl='youtube-dl -o '\''%(title).200s-%(id)s.%(ext)s'\'''
456
455local_bashrc=~/.bashrc.$(hostname) 457local_bashrc=~/.bashrc.$(hostname)
456 458
457if [ -f "$local_bashrc" ]; then 459if [ -f "$local_bashrc" ]; then