1 ## .profile -*- shell-script -*-
6 if [ -n "$BASH_VERSION" ] && [ -r ~/.bashrc ]; then
8 elif [ -r ~/.shellrc ]; then
12 # Start emacs daemon if not running
13 if which emacs && _uid=$(id -u) && [ "$_uid" -ne 0 ] &&
14 ! [ -e "${TMPDIR-/tmp}/emacs$_uid/server" ]; then
16 fi </dev/null >/dev/null 2>&1 &