diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-08-22 16:52:46 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-08-22 16:52:46 +0200 |
commit | 9d4e3c762f0742f26d458e84f51559821aecc452 (patch) | |
tree | 696a935e323371454e375223e497e31aeebafad3 /sfeedrc.example | |
parent | fc39aa9d24d4481189facf0f6197b0e1795716fa (diff) |
sfeed_update: simplify path (only $sfeedpath now)
Diffstat (limited to 'sfeedrc.example')
-rw-r--r-- | sfeedrc.example | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sfeedrc.example b/sfeedrc.example index 2f8d86d..abe8482 100644 --- a/sfeedrc.example +++ b/sfeedrc.example @@ -1,7 +1,4 @@ -# paths -# NOTE: make sure to uncomment all these if you change it. -#sfeedpath="$HOME/.sfeed" -#sfeeddir="${sfeedpath}/feeds" +#sfeedpath="$HOME/.sfeed/feeds" # list of feeds to fetch: feeds() { |