0

I am using the lovely byobu for a while, but I know it's "wrong" to lunch it inside .zshrc, since I get the message

"sessions should be nested with care, unset $TMUX to force"

I tried the classical way, that is, pressing F9 and I toggled on login startup, which dows not seems to work.

Do you know how to fix it?

What I need to know to debug this problem? I have the feeling I am missing something in the architecture of a shell.

asdf
  • 685
  • 7
  • 23

1 Answers1

0

.zshrc is executed every time a new zsh instance is created. .profile is running on each login. You should start your byobu in the .profile, not in .zshrc.

bogdan.mustiata
  • 1,725
  • 17
  • 26