このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
10sr
/
dotfiles-mirror
ミラー元
https://github.com/10sr/dotfiles.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
show ipaddress even when DISPLAY is not empty
pull/1/head
10sr
12年前
親
21b818f09c
コミット
de82f19ccd
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
bashrc
+ 1
- 1
bashrc
ファイルの表示
@@ -588,7 +588,7 @@ __my_ps1_git(){
}
__my_ps1_ipaddr(){
local last=$?
test -z "$DISPLAY" &&
! iswindows && ip-address [Addr:%s]
! iswindows && ip-address [Addr:%s]
return $last
}
__my_ps1_bttry(){
書き込み
プレビュー
読み込み中…
キャンセル
保存