diff --git a/bashrc b/bashrc index 405b5689..e00c2367 100644 --- 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. -curl -s http://ftp.fi.debian.org/debian/project/trace/|pandoc -f html -t markdown +alias http.debian.net="curl -s http://ftp.fi.debian.org/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 index 5d93807c..a3aadc65 100644 --- 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. -curl -s http://ftp.fi.debian.org/debian/project/trace/|pandoc -f html -t markdown +alias http.debian.net="curl -s http://ftp.fi.debian.org/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"