dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9efb3d7c5f0f66f42e1255f1fd94cc5f2788440f
parent c0c9f0f926eb8e146a443d08a7c0b0443e5165ab
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat,  4 Jul 2020 23:16:49 +0200

Add feeds to local config file

Diffstat:
M.local/bin/addfeed | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/.local/bin/addfeed b/.local/bin/addfeed @@ -6,11 +6,6 @@ if [ $# -ne 2 ]; then exit 1 fi -if [ "$(hostname)" != "adamsgaard" ]; then - ssh adamsgaard.dk ~/.local/bin/addfeed "$@" - exit $? -fi - # use temp file because no write permission in sfeedrc dir temp="$(mktemp)" new="$(printf " feed '%s' '%s'\n" "$1" "$2")"