#!/bin/sh QUICK_EMACS=1 export QUICK_EMACS if [ -n "$OTHER_USER" ]; then exec emacs -nw -l $ZDOTDIR/.emacs "$@" else exec emacs -nw "$@" fi