This prevents the previous behavior that exitted the zsh session even if fbterm didn't start correctly.
@@ -2,7 +2,6 @@
if (( ${+commands[fbterm]} )); then
if [[ "$TTY" = /dev/tty* ]] ; then
- fbterm
- exit
+ fbterm && exit
fi