From 94528916e8a4b74fd2809e024a4734a60b8484f7 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 8 May 2025 23:25:29 +0100 Subject: [PATCH] bash: only set NNTPSERVER on machines where it makes sense --- bashrc.d/local/Cog.bash | 2 ++ bashrc.d/local/MacBook-Air.blacksun.org.uk.bash | 2 ++ bashrc.d/local/Pauls-new-MacBook-Pro.local.bash | 1 + 3 files changed, 5 insertions(+) diff --git a/bashrc.d/local/Cog.bash b/bashrc.d/local/Cog.bash index 47ff8eb..044e504 100644 --- a/bashrc.d/local/Cog.bash +++ b/bashrc.d/local/Cog.bash @@ -1,2 +1,4 @@ addpath $HOME/.local/bin addpath $HOME/.emacs.d/savefiles/straight/repos/mu/build/mu/ + +export NNTPSERVER=geekom.local diff --git a/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash b/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash index 881f533..de2e5a6 100644 --- a/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash +++ b/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash @@ -15,3 +15,5 @@ fi export BUPSTASH_KEY="/Users/paul/data/bupstash-my-drive.key" export BUPSTASH_REPOSITORY="/Volumes/My drive/bupstash.repo/" alias mutt-hd='mutt -F .muttrc-hd-gm' + +export NNTPSERVER=geekom.local diff --git a/bashrc.d/local/Pauls-new-MacBook-Pro.local.bash b/bashrc.d/local/Pauls-new-MacBook-Pro.local.bash index fc2591f..795f337 100644 --- a/bashrc.d/local/Pauls-new-MacBook-Pro.local.bash +++ b/bashrc.d/local/Pauls-new-MacBook-Pro.local.bash @@ -11,3 +11,4 @@ export PGDATA="/Users/$USER/Library/Application Support/Postgres/var-10" alias clearpgpid="rm $PGDATA/postmaster.pid" alias nwjs="/Applications/nwjs.app/Contents/MacOS/nwjs" +export NNTPSERVER=geekom.local