mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-07 02:14:04 +01:00
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:
parent
4c9ba8e108
commit
758e8dbd06
@ -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"
|
||||
|
2
rc/zshrc
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user