Comment 1 for bug 1696546

Revision history for this message
Srinivas (kronos29296) wrote :

The file to source for zsh is .zshrc not .bashrc.

if [ -n "$TMUX" ]; then
 tmux send-keys " export BYOBU_CHARMAP=$BYOBU_CHARMAP ; . ~/.zshrc" \; send-keys Enter
fi

fixed the issue. Please modify so that it can work for all shells and not throw up an error.(Atleast the popular ones other than bash).