From bf696a125ff181557172cda25c6416c9c5c659aa Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 17 Sep 2022 15:57:14 +0530 Subject: [PATCH] changes --- .config/newsboat/config | 4 ++-- .config/shell/aliasrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/newsboat/config b/.config/newsboat/config index c97d1cb..9817597 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -7,13 +7,13 @@ unbind-key H unbind-key L unbind-key c unbind-key , -browser "firefox %u" +browser "librewolf %u" # Feed settings prepopulate-query-feeds yes refresh-on-startup yes -macro w set browser "mpv %u" ; open-in-browser ; set browser "firefox %u" +macro w set browser "mpv %u" ; open-in-browser ; set browser "librewolf %u" # bind keys bind-key ; macro-prefix diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index ca89779..e18bb3c 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -36,5 +36,5 @@ alias \ gp='git push' ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;} -se() { cd ~/.local/bin; $EDITOR $(fzf) ;} +es() { cd ~/.local/bin; $EDITOR $(fzf) ;} ef() {fzf | xargs -r -I % $EDITOR % ;}