diff options
Diffstat (limited to 'shellrc.d')
-rw-r--r-- | shellrc.d/common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shellrc.d/common b/shellrc.d/common index bbe13d6..0a8ecd1 100644 --- a/shellrc.d/common +++ b/shellrc.d/common @@ -13,6 +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' export LESS=-R export LESS_TERMCAP_mb=$'\E[1;31m' |