このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
10sr
/
dotfiles-mirror
ミラー元
https://github.com/10sr/dotfiles.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
stty erase \^h
pull/1/head
10sr
13年前
親
2abf386107
コミット
3f04055d93
1個のファイルの変更
、
4行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+4
-1
bashrc
+ 4
- 1
bashrc
ファイルの表示
@@ -377,7 +377,10 @@ _echocolors(){
"\e[0m"
}
safe-cmd stty stop undef # unbind C-s to stop displaying output
null type stty && {
stty stop undef # unbind C-s to stop displaying output
stty erase '^h'
}
#########################
# for windose
書き込み
プレビュー
読み込み中…
キャンセル
保存