From 39596ea7a420887b1c0043857b4b2feb36f783fe Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 4 Aug 2012 16:45:05 +0300 Subject: [PATCH] bashrc & zshrc: add alias follow for tail -f --- bashrc | 2 ++ zshrc | 2 ++ 2 files changed, 4 insertions(+) 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