From 31ce090f436babfc7f4819096cfff9cc34bd667c Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 28 Nov 2011 00:15:46 +0100 Subject: [PATCH] +alias youtube-dl - Workaround: https://github.com/rg3/youtube-dl/issues/231 --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index f401ff2..e0b66e5 100644 --- a/.bashrc +++ b/.bashrc @@ -337,6 +337,8 @@ function gdbcvscheckout { sourcewarecvscheckout gdb; } function binutilscvscheckout { sourcewarecvscheckout binutils; } function uri_escape { perl -MURI::Escape -le '$_=<>;chomp;print uri_escape $_;'; }; function uri_unescape { perl -MURI::Escape -le '$_=<>;chomp;print uri_unescape $_;'; }; +# It cannot be a function - unset does not work for it. +alias youtube-dl='youtube-dl --format 38/37/45/22/44/35/34/18/6/5/17/13' alias fetchmail='n fetchmail' function rpmsrclist { -- 1.8.3.1