bashrc & zshrc: add alias for seeing where http.debian.net puts you to.

See comment.
This commit is contained in:
Mika Suomalainen 2012-06-29 20:28:50 +03:00
parent dd786ff22a
commit da4eddecf5
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -314,6 +314,9 @@ 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"
# 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="lynx http.debian.net/debian/project/trace/"
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

3
zshrc
View File

@ -263,6 +263,9 @@ 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"
# 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="lynx http.debian.net/debian/project/trace/"
# .aliases
if [ -f ~/.aliases ]; then
source ~/.aliases