소스 검색

Remove SHLVL env using shell alias instead of tmux.conf

pull/1/head
10sr 10 년 전
부모
커밋
30bf3b91b7
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      shrc
  2. +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


불러오는 중...
취소
저장