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
This commit is contained in:
Aminda Suomalainen 2019-06-29 22:31:45 +03:00
parent 4c9ba8e108
commit 758e8dbd06
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"