From 758e8dbd06fca495be56c15e4048015ac7df3307 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 29 Jun 2019 22:31:45 +0300 Subject: [PATCH] bash&zshrc: comment especially dangerous gpg alias I am not sure I would encourage running that and I think the package maintainers are better updaters than I am. Ref: #119 --- rc/bashrc | 2 +- rc/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 488d9675..89366326 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -370,7 +370,7 @@ alias lmosha="mosh --server=~/.local/bin/mosh-server-alt " alias scat="gpg --decrypt " # To check are keys, which apt uses changed -alias apt-key-refresh-keys="apt-key adv --keyserver pool.sks-keyservers.net --refresh-keys" +#alias apt-key-refresh-keys="apt-key adv --keyserver hkps://keys.openpgp.org --refresh-keys" # To see which mirror httpredir.debian.org puts you to. The file which has the latest update time is the mirror which you are using. alias httpredir.debian.org="curl -sL http://httpredir.debian.org/debian/project/trace/|pandoc -f html -t markdown" diff --git a/rc/zshrc b/rc/zshrc index 5748ee0f..0848da73 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -367,7 +367,7 @@ alias lmosha="mosh --server=~/.local/bin/mosh-server-alt " alias scat="gpg --decrypt " # To check are keys, which apt uses changed -alias apt-key-refresh-keys="apt-key adv --keyserver pool.sks-keyservers.net --refresh-keys" +#alias apt-key-refresh-keys="apt-key adv --keyserver hkps://keys.openpgp.org --refresh-keys" # To see which mirror httpredir.debian.org puts you to. The file which has the latest update time is the mirror which you are using. alias httpredir.debian.org="curl -sL http://httpredir.debian.org/debian/project/trace/|pandoc -f html -t markdown"