Skip to content

Commit

Permalink
update src-hilite-lesspipe
Browse files Browse the repository at this point in the history
  • Loading branch information
alswl committed Dec 21, 2014
1 parent cee8271 commit 9e8fe89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .zshrc
Expand Up @@ -231,6 +231,7 @@ LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_ALL="zh_CN.UTF-8"

export LESSOPEN="| /usr/local/bin/src-hilite-lesspipe.sh %s"
[[ -s /usr/share/source-highlight/src-hilite-lesspipe.sh ]] && export LESSOPEN="| /usr/share/source-highlight/src-hilite-lesspipe.sh %s"
[[ -s /usr/local/bin/src-hilite-lesspipe.sh ]] && export LESSOPEN="| /usr/share/source-highlight/src-hilite-lesspipe.sh %s"

#. ~/dev/project/shell/powerline/powerline/bindings/zsh/powerline.zsh

0 comments on commit 9e8fe89

Please sign in to comment.