bashrc & zshrc: add alias follow for tail -f

This commit is contained in:
Mika Suomalainen 2012-08-04 16:45:05 +03:00
parent 93f276f66f
commit 39596ea7a4
2 changed files with 4 additions and 0 deletions

2
bashrc
View File

@ -320,6 +320,8 @@ alias http.debian.net="lynx http.debian.net/debian/project/trace/"
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
alias gpg-key-count="gpg --export -a|gpg --import"
alias follow="tail -f "
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

2
zshrc
View File

@ -269,6 +269,8 @@ alias http.debian.net="lynx http.debian.net/debian/project/trace/"
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
alias gpg-key-count="gpg --export -a|gpg --import"
alias follow="tail -f "
# .aliases
if [ -f ~/.aliases ]; then
source ~/.aliases