diff options
| -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' | 
