newsboat change browser to brave, add notes alias
This commit is contained in:
parent
c72ab30718
commit
52ac8deb29
|
|
@ -7,7 +7,7 @@ unbind-key H
|
|||
unbind-key L
|
||||
unbind-key c
|
||||
unbind-key ,
|
||||
browser "librewolf --private-window %u"
|
||||
browser "brave -incognito %u"
|
||||
|
||||
# Feed settings
|
||||
prepopulate-query-feeds yes
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ alias \
|
|||
# yt="yt-dlp --embed-metadata -i -o '%(title)s.%(ext)s' --external-downloader=aria2c" \
|
||||
|
||||
alias on="tmux new-session -s notes -c ~/dox/brain"
|
||||
alias todo="nvim ~/dox/brain/Todo.md"
|
||||
|
||||
# Colorize commands when possible.
|
||||
alias \
|
||||
|
|
|
|||
|
|
@ -149,3 +149,4 @@ indispensable -> absolutely necessaru; essential
|
|||
prowl -> to roam through stealthily, as in search of prey or plunder.
|
||||
chauffeured -> one employed to drive a private automobile.
|
||||
abysmal -> Resembling an abyss in depth; unfathomable.
|
||||
contingency -> An event that may occur but that is not likely or intended; a possibility.
|
||||
|
|
|
|||
Loading…
Reference in New Issue