mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-02 07:44:03 +01:00
bashrc & zshrc: fix http.debian.net
This commit is contained in:
parent
7d3187dee8
commit
25069a58c4
2
bashrc
Normal file → Executable file
2
bashrc
Normal file → Executable file
@ -314,7 +314,7 @@ alias scat="gpg --decrypt "
|
|||||||
alias apt-key-refresh-keys="apt-key adv --keyserver pool.sks-keyservers.net --refresh-keys"
|
alias apt-key-refresh-keys="apt-key adv --keyserver pool.sks-keyservers.net --refresh-keys"
|
||||||
|
|
||||||
# To see which mirror http.debian.net puts you to. The file which has the latest update time is the mirror which you are using.
|
# To see which mirror http.debian.net puts you to. The file which has the latest update time is the mirror which you are using.
|
||||||
alias http.debian.net="curl -s http://ftp.fi.debian.org/debian/project/trace/|pandoc -f html -t markdown"
|
alias http.debian.net="curl -s http://http.debian.net/debian/project/trace/|pandoc -f html -t markdown"
|
||||||
|
|
||||||
# Amount of keys in GPG keyring.
|
# Amount of keys in GPG keyring.
|
||||||
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
|
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
|
||||||
|
2
zshrc
Normal file → Executable file
2
zshrc
Normal file → Executable file
@ -263,7 +263,7 @@ alias scat="gpg --decrypt "
|
|||||||
alias apt-key-refresh-keys="apt-key adv --keyserver pool.sks-keyservers.net --refresh-keys"
|
alias apt-key-refresh-keys="apt-key adv --keyserver pool.sks-keyservers.net --refresh-keys"
|
||||||
|
|
||||||
# To see which mirror http.debian.net puts you to. The file which has the latest update time is the mirror which you are using.
|
# To see which mirror http.debian.net puts you to. The file which has the latest update time is the mirror which you are using.
|
||||||
alias http.debian.net="curl -s http://ftp.fi.debian.org/debian/project/trace/|pandoc -f html -t markdown"
|
alias http.debian.net="curl -s http://http.debian.net/debian/project/trace/|pandoc -f html -t markdown"
|
||||||
|
|
||||||
# Amount of keys in GPG keyring.
|
# Amount of keys in GPG keyring.
|
||||||
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
|
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
|
||||||
|
Loading…
Reference in New Issue
Block a user