| 1 | # -*- mode: sh; sh-shell: sh -*- |
| 2 | |
| 3 | #if [ -f "$HOME/.profile" ]; then |
| 4 | # . "$HOME/.profile"; |
| 5 | #fi |
| 6 | |
| 7 | if [ -f "$HOME/.local/bin/startup-progs" ]; then |
| 8 | . "$HOME/.local/bin/startup-progs" |
| 9 | fi |
| 10 | |
| 11 | # LC_ALL=C twm & |
| 12 | [ -x "$(command -v emacs)" ] && exec ssh-agent emacs -ib 0 |