ソースを参照

fix src_hilite_lp path

pull/1/head
10sr 10年前
コミット
d38b9b8f51
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc ファイルの表示

@@ -95,8 +95,8 @@ else
fi
export LESS="-iRMX"

# _src_hilite_lp_path="`which src-hilite-lesspipe.sh 2>/dev/null`"
# Style for lesspipe is defined in esc.style
_src_hilite_lp_path="`which src-hilite-lesspipe.sh 2>/dev/null`"
for f in /usr/share/source-highlight/src-hilite-lesspipe.sh
do
test -z "$_src_hilite_lp_path" && test -e "$f" && _src_hilite_lp_path="$f"


読み込み中…
キャンセル
保存