From 25069a58c4aff94f4734ad016af7ffabc9b72f75 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 19 Aug 2012 12:05:48 +0300 Subject: [PATCH] bashrc & zshrc: fix http.debian.net --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 bashrc mode change 100644 => 100755 zshrc diff --git a/bashrc b/bashrc old mode 100644 new mode 100755 index e00c2367..7bfc7fb2 --- a/bashrc +++ b/bashrc @@ -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://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. alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l" diff --git a/zshrc b/zshrc old mode 100644 new mode 100755 index a3aadc65..902d427e --- a/zshrc +++ b/zshrc @@ -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://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. alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"