summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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