このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
10sr
/
dotfiles-mirror
ミラー元
https://github.com/10sr/dotfiles.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Change profile colors
pull/15/head
10sr
9年前
親
bee3045203
コミット
670f03acb1
2個のファイルの変更
、
4行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-2
profile
+1
-1
tmux.conf
+ 3
- 2
profile
ファイルの表示
@@ -125,10 +125,11 @@ fi
export _HOSTCOLOR_1=
export _HOSTCOLOR_2=
# black red green yellow blue magenta cyan white
# Yellow is hard to read strings...
case "`hostname`" in
arch-vb-win8-vaio11)
_HOSTCOLOR_1=
yellow
_HOSTCOLOR_2=
black
_HOSTCOLOR_1=
magenta
_HOSTCOLOR_2=
white
;;
arch-mba)
_HOSTCOLOR_1=cyan
+ 1
- 1
tmux.conf
ファイルの表示
@@ -49,4 +49,4 @@ set -g message-bg white
set -g message-fg black
setw -g window-status-current-bg white
setw -g window-status-current-fg black
setw -g window-status-attr bold
#
setw -g window-status-attr bold
書き込み
プレビュー
読み込み中…
キャンセル
保存