Final modification of newsboat config and zshrc
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
c1e04f3cbf
commit
893e06659d
@ -8,7 +8,7 @@ unbind-key o
|
|||||||
bind-key o open-in-browser
|
bind-key o open-in-browser
|
||||||
|
|
||||||
macro , 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 n
|
||||||
unbind-key p
|
unbind-key p
|
||||||
|
2
.zshrc
2
.zshrc
@ -92,7 +92,7 @@ alias vim="vim -p"
|
|||||||
alias denpl="trans en:pl"
|
alias denpl="trans en:pl"
|
||||||
alias dplen="trans pl:en"
|
alias dplen="trans pl:en"
|
||||||
alias notes="vim $HOME/git/notes/index.md"
|
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
|
# Cleaning-up
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user