diff options
author | Karel Kočí <cynerd@email.cz> | 2018-03-24 13:55:32 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-03-24 13:55:32 +0100 |
commit | 1383742de87557e72694bca990a4e20d399bab9a (patch) | |
tree | c6c672d3c217f3fda157c4ee6e9913c407326bd2 | |
parent | 87a0ba2ecd98e0f64787efc931f033de8120f99e (diff) | |
download | shellrc-1383742de87557e72694bca990a4e20d399bab9a.tar.gz shellrc-1383742de87557e72694bca990a4e20d399bab9a.tar.bz2 shellrc-1383742de87557e72694bca990a4e20d399bab9a.zip |
In watch alias also highlight difference between successive updates
-rw-r--r-- | shellrc.d/common | 2 |
1 files changed, 1 insertions, 1 deletions
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' |