diff --git a/ttyverse.pl b/ttyverse.pl index a94aafc..44519ff 100755 --- a/ttyverse.pl +++ b/ttyverse.pl @@ -126,7 +126,7 @@ BEGIN { $rc = (defined($rc) && length($rc)) ? $rc : ""; unless ($norc) { my $rcf = - ($rc =~ m#^/#) ? $rc : "$ENV{'HOME'}/.ttytterrc${rc}"; + ($rc =~ m#^/#) ? $rc : "$config/ttyverserc${rc}"; if (open(W, $rcf)) { # 5.14 sets this lazily, so this gives us a way out eval 'binmode(W, ":utf8")' unless ($seven);