add rss functionk to bashrc

This commit is contained in:
randomuser 2022-11-27 19:17:51 +00:00
parent 79af52770e
commit 40bdc21829
1 changed files with 6 additions and 0 deletions

View File

@ -35,4 +35,10 @@ files() {
return 0
}
rss() {
cd ~/.local/share/sfeed/
sfeed_curses *
cd -
}
alias f=files