diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-02-06 11:59:15 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-06 11:59:15 +0100 | 
| commit | 9a076125e35d64b8883be6eab509cb7b3c6bed8d (patch) | |
| tree | 35707c644997205793ca00f55d9d8bb4a09a9b60 /etc/functions | |
| parent | 1e0ffa974c0c928ae88de3b121382fd386d4cb74 (diff) | |
newsbeuter: Move config to new XDG dir
Diffstat (limited to 'etc/functions')
| -rw-r--r-- | etc/functions/newsbeuter | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/newsbeuter b/etc/functions/newsbeuter index d010b82..696cd39 100644 --- a/etc/functions/newsbeuter +++ b/etc/functions/newsbeuter @@ -3,7 +3,7 @@  function __sync {  	if [[ ${HOST} != aneurysm ]] { -		unisync unison aneurysm .newsbeuter +		unisync unison aneurysm .config/newsbeuter  	}  }  | 
