Fix previous commit.

This commit is contained in:
Mika Suomalainen 2012-08-19 12:08:09 +03:00
parent 25069a58c4
commit be167fe239
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

@ -314,7 +314,7 @@ alias scat="gpg --decrypt "
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.
alias http.debian.net="curl -s http://http.debian.net/debian/project/trace/|pandoc -f html -t markdown"
alias http.debian.net="curl -sL http://http.debian.net/debian/project/trace/|pandoc -f html -t markdown"
# Amount of keys in GPG keyring.
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"

2
zshrc
View File

@ -263,7 +263,7 @@ alias scat="gpg --decrypt "
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.
alias http.debian.net="curl -s http://http.debian.net/debian/project/trace/|pandoc -f html -t markdown"
alias http.debian.net="curl -sL http://http.debian.net/debian/project/trace/|pandoc -f html -t markdown"
# Amount of keys in GPG keyring.
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"