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