From 22600d3b31e7900fce1e0b0685597524f452d35c Mon Sep 17 00:00:00 2001 From: Martinez Date: Sun, 2 Oct 2016 10:46:28 +0200 Subject: [PATCH] zshrc: added --no-context to over-video-x264 --- dotfiles/system/etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/system/etc/zsh/zshrc b/dotfiles/system/etc/zsh/zshrc index dd00e17..a2795b6 100644 --- a/dotfiles/system/etc/zsh/zshrc +++ b/dotfiles/system/etc/zsh/zshrc @@ -18,7 +18,7 @@ alias gitc="git commit" alias gitp="git push" alias gitl="git log --shortstat --graph" alias gitd="git diff --word-diff" -alias over-video-x264="over-video --video x264 --video-preset slow --video-quality 22" +alias over-video-x264="over-video --video x264 --video-preset slow --video-quality 22 --no-context" alias Y="noglob youtube-dl --no-check-certificate -f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]'" alias Yall="noglob youtube-dl --no-check-certificate -o \"%(autonumber)s-%(title)s.%(ext)s\"" alias Ytune="noglob youtube-dl --no-check-certificate -x --audio-format vorbis --audio-quality 4"