From 1669a6657e90697a04f4acafce336feece8afd1c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 30 Jul 2014 20:23:13 +0300 Subject: [PATCH] bashrc & zshrc: make yle-dl Windows-friendly Closes #42 --- bashrc | 3 ++- zshrc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 28ceab55..4ddce960 100644 --- a/bashrc +++ b/bashrc @@ -262,8 +262,9 @@ alias ..="cd .." # Use htop instead of top, it's better. Requires htop. #alias top="htop" # MKAYSIGREP # MKAYSIGREPALIAS -# Automaticly adds title to Youtube-dl when downloading videos with it. Requires youtube-dl. +# Add title to youtube-dl & make yle-dl Windows-friendly alias youtube-dl="youtube-dl -t" +alias yle-dl="yle-dl --vfat" # git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't. alias gdrop="git stash && git stash drop" diff --git a/zshrc b/zshrc index 98084713..b788ca60 100644 --- a/zshrc +++ b/zshrc @@ -194,8 +194,9 @@ alias ..="cd .." # Use htop instead of top, it's better. Requires htop. #alias top="htop" # MKAYSIGREP MKAYSIGREPALIAS -# Automaticly adds title to Youtube-dl when downloading videos with it. Requires youtube-dl. +# Add title to youtube-dl & make yle-dl Windows-friendly alias youtube-dl="youtube-dl -t" +alias yle-dl="yle-dl --vfat" # git specific. This is the command which I use when git asks me to commit something and says that I have modified files, even when I haven't. alias gdrop="git stash && git stash drop"