From 728c90529e1d0fdf3c0789afaae78340cd3c2574 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 16 May 2014 17:30:09 +0300 Subject: [PATCH] bashrc & zshrc: use -F instead of -f with tail in follow alias. --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index f52940b0..4dfdaa10 100644 --- a/bashrc +++ b/bashrc @@ -404,7 +404,7 @@ alias http.debian.net="curl -sL http://http.debian.net/debian/project/trace/|pan alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l" alias gpg-key-count="gpg --export -a|gpg --import" -alias follow="tail -f " +alias follow="tail -F" #myip shows current IP. This was a function. alias myip="curl -s http://icanhazip.com" diff --git a/zshrc b/zshrc index 28147070..5a6f857f 100644 --- a/zshrc +++ b/zshrc @@ -376,7 +376,7 @@ alias http.debian.net="curl -sL http://http.debian.net/debian/project/trace/|pan alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l" alias gpg-key-count="gpg --export -a|gpg --import" -alias follow="tail -f " +alias follow="tail -F" #myip shows current IP. This was a function. alias myip="curl -s http://icanhazip.com"