clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti ddff1cbf 51b5d45b

+2
newsboat/.config/newsboat/urls.gpg

This is a binary file and will not be displayed.

+2
zsh/.dotfiles/zsh/aliases.shrc
··· 118 118 119 119 # alias rss="newsboat" 120 120 alias rss='cd ~/.config/newsboat && NEWSBOAT_PASS="$NEWSBOAT_PASS" make run' 121 + alias rss-save='cd ~/.config/newsboat && NEWSBOAT_PASS="$NEWSBOAT_PASS" make save' 122 + alias rss-urls='cd ~/.config/newsboat && NEWSBOAT_PASS="$NEWSBOAT_PASS" make urls' 121 123 122 124 # alias mscreener="~/.config/mutt/initial_screening.sh" 123 125 alias mscreener="~/.config/mutt/initial_screening.sh >> ~/.config/mutt/logs/screening.log 2>&1"