# .kshrc - created by renner 12/05/01 last modified 2/22/02 # this file MUST be explicitly invoked from within your .profile # done properly, it will be interpretted with each new session call # each user should add/delete new options as desired echo running customized .kshrc set -o emacs set -o noclobber set -o ignoreeof PS1='$PWD $ ' PATH=$PATH:~/bin:. # source alias file (same alias syntax as for bash) # requires that you have .alias-ksh in your home directory . ~/.alias-ksh #end of .kshrc file