From 3edcf99c2180302f845a609e4cd465260a0c6ae0 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 4 Jun 2023 21:01:59 -0600 Subject: [PATCH] newsboat --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index df8a26d..ddd7b7c 100644 --- a/bashrc +++ b/bashrc @@ -45,6 +45,7 @@ alias \ ls="exa -al --group-directories-first" \ sched="cat ~/Documents/schedule.txt" \ fzf="fzf --cycle --reverse" \ + newsboat="newsboat -u ~/Documents/personal/rss" \ diff="diff --color=auto" \ grep="grep --color=auto" \ notes="note list" \