diff --git a/bashrc b/bashrc index efa1a011..84dbb130 100644 --- a/bashrc +++ b/bashrc @@ -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 diff --git a/zshrc b/zshrc index 8b29ca9c..ca79a1b5 100644 --- a/zshrc +++ b/zshrc @@ -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