From 893e06659d1c203c66b74645aca61abee82d1ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 4 Oct 2020 00:44:54 +0200 Subject: [PATCH] Final modification of newsboat config and zshrc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .config/newsboat/config | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/newsboat/config b/.config/newsboat/config index 636cf1a..f765fed 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -8,7 +8,7 @@ unbind-key o bind-key o open-in-browser macro , open-in-browser -macro p set browser "mpv" ; open-in-browser ; set browser "/home/yorune/.local/bin/browser-x -new-tab %u" +macro p set browser "mpv --ytdl-format='bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]' --no-resume-playback" ; open-in-browser ; set browser "/home/yorune/.local/bin/browser-x -new-tab %u" unbind-key n unbind-key p diff --git a/.zshrc b/.zshrc index 2b7ef93..f63c87e 100644 --- a/.zshrc +++ b/.zshrc @@ -92,7 +92,7 @@ alias vim="vim -p" alias denpl="trans en:pl" alias dplen="trans pl:en" alias notes="vim $HOME/git/notes/index.md" -alias mpv="mpv --ytdl-format='bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]'" +alias mpv="mpv --ytdl-format='bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]' --no-resume-playback" # Cleaning-up export PATH=$HOME/.local/bin:$PATH