このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
10sr
/
dotfiles-mirror
ミラー元
https://github.com/10sr/dotfiles.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Remove SHLVL env using shell alias instead of tmux.conf
pull/1/head
10sr
10年前
親
3b1cdbce9d
コミット
30bf3b91b7
2個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
shrc
+0
-1
tmux.conf
+ 1
- 0
shrc
ファイルの表示
@@ -732,6 +732,7 @@ __realpath(){
fi
}
__safe_alias tmux='env -u SHLVL tmux'
tx(){
tmux start-server
if test -z "$1"
+ 0
- 1
tmux.conf
ファイルの表示
@@ -21,7 +21,6 @@ setw -g mode-mouse off
#set -g default-command /bin/bash
#set -g default-path "$HOME"
set-environment -u SHLVL
# try to set title of terminal tmux is running on
# set -g set-titles off
書き込み
プレビュー
読み込み中…
キャンセル
保存