# -*- mode: sh; sh-shell: sh -*- #if [ -f "$HOME/.profile" ]; then # . "$HOME/.profile"; #fi if [ -f "$HOME/.local/bin/startup-progs" ]; then . "$HOME/.local/bin/startup-progs" fi # LC_ALL=C twm & [ -x "$(command -v emacs)" ] && exec ssh-agent emacs -ib 0