summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_tin
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_tin')
-rw-r--r--Completion/Unix/Command/_tin2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_tin b/Completion/Unix/Command/_tin
index 21525c35d..c63ccd9e6 100644
--- a/Completion/Unix/Command/_tin
+++ b/Completion/Unix/Command/_tin
@@ -37,7 +37,7 @@ _arguments -C -s \
'::newsgroup:_newsgroups' && return 0
if [[ "$state" = newshosts ]]; then
- newshosts=( ${${(f)"$(<~/.tin/newsrctable)"}%%\#*} ) 2>/dev/null
+ newshosts=( ${${(f)"$(<${TIN_HOMEDIR:-$HOME}/.tin/newsrctable)"}%%\#*} ) 2>/dev/null
_tags hosts nicknames
while _tags; do
_requested hosts expl 'NNTP server hostname' \