bashrc & zshrc: make yle-dl Windows-friendly

Closes #42
This commit is contained in:
Mikaela Suomalainen 2014-07-30 20:23:13 +03:00
parent 15f48cdf05
commit 1669a6657e
2 changed files with 4 additions and 2 deletions

3
bashrc
View File

@ -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"

3
zshrc
View File

@ -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"