From 1383742de87557e72694bca990a4e20d399bab9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 24 Mar 2018 13:55:32 +0100 Subject: In watch alias also highlight difference between successive updates --- shellrc.d/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shellrc.d/common') diff --git a/shellrc.d/common b/shellrc.d/common index 0a8ecd1..ae8216e 100644 --- a/shellrc.d/common +++ b/shellrc.d/common @@ -13,7 +13,7 @@ alias octave='octave-cli -q' alias ssh='TERM="xterm-256color" ssh' alias gst='git status' alias v='vim' -alias watch='watch -n 1 -c -t' +alias watch='watch -n 1 -c -t -d' export LESS=-R export LESS_TERMCAP_mb=$'\E[1;31m' -- cgit v1.2.3