mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
bashrc & zshrc: add alias for seeing where http.debian.net puts you to.
See comment.
This commit is contained in:
parent
dd786ff22a
commit
da4eddecf5
3
bashrc
3
bashrc
@ -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
3
zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user