aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc')
-rw-r--r--shellrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/shellrc b/shellrc
index fb5d5bd..ccf60be 100644
--- a/shellrc
+++ b/shellrc
@@ -27,6 +27,7 @@ export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[1;32m'
+[ -x /usr/bin/src-hilite-lesspipe.sh ] && export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s"
alias gst='git status'
alias v='vim'