Final modification of newsboat config and zshrc

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-10-04 00:44:54 +02:00
parent c1e04f3cbf
commit 893e06659d
Signed by: y0rune
GPG Key ID: F204C385F57EB348
2 changed files with 2 additions and 2 deletions

View File

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

2
.zshrc
View File

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