Same as https://github.com/gnome-terminator/terminator/issues/702 Especially as @vmath3us stated since there will be the XTE spec (hopefully) soon. ```sh terminator -x echo -- hi # fails terminator -x /bin/zsh -i -c "ls; exec $SHELL" # fails terminator -u -x /bin/zsh -i -c "ls; exec $SHELL" # works, but -u should not be required ``` terminator 2.1.4