# aliases and exports for shell
# must be executed as part of shell !!
# (after login)
#
# call original profile
. /usr/local/share/misc/profile
# 
# use emacs on hard disk
export emacs=/mnt/hd/usr/local/bin/emacs
alias emacs=$emacs

