diff --git a/bash/bashrc b/bash/bashrc index eef46a2..e4c1ff4 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -35,4 +35,10 @@ files() { return 0 } +rss() { + cd ~/.local/share/sfeed/ + sfeed_curses * + cd - +} + alias f=files