このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
10sr
/
dotfiles-mirror
ミラー元
https://github.com/10sr/dotfiles.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
use src-hilite if available for less
pull/1/head
10sr
12年前
親
886d412207
コミット
8aa5491c36
1個のファイルの変更
、
6行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+6
-0
bashrc
+ 6
- 0
bashrc
ファイルの表示
@@ -46,6 +46,12 @@ else
fi
export LESS="-iRMX"
_src_hilite_lp_path="`which src-hilite-lesspipe.sh 2>/dev/null`"
if test -n "$_src_hilite_lp_path"
then
export LESSOPEN="| $_src_hilite_lp_path %s"
fi
if null type vim
then
export EDITOR=vim
書き込み
プレビュー
読み込み中…
キャンセル
保存