~/.profile에 

다음과 같이 입력하면 된다.


`echo $- | grep -qs i` && byobu-launcher && exit 0


반대로 자동 실행이 싫으면 위의 라인을 comment 처리하자.

Posted by code cat