소스 검색

update tmux.conf so that main session always start with pwd ~

pull/1/head
10sr 11 년 전
부모
커밋
814dc026af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc 파일 보기

@@ -295,7 +295,7 @@ tmux(){
then
command tmux attach -t main
else
command tmux new -s main
(cd ~; command tmux new -s main;)
fi
else
command tmux "$@"


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