I already know there are other questions like this, but their answers don't help me. I want to run Tmux when I open the terminal in ArcoLinux, that is based on Arch Linux, so in order to do this, I set the following line in my .zshrc config file.
tmux
but it shows an error when I open a terminal:
/etc/profile.d/perlbin.sh:6: command not found: append_path
/etc/profile.d/perlbin.sh:8: command not found: append_path
/etc/profile.d/perlbin.sh:10: command not found: append_path
sessions should be nested with care, unset $TMUX to force
How can I fix this?