3 # .shrc - bourne shell startup file
5 # This file will be used if the shell is invoked for interactive use and
6 # the environment variable ENV is set to this file.
8 # see also sh(1), environ(7).
12 # file permissions: rwxr-xr-x
16 # Enable the builtin emacs(1) command line editor in sh(1),
17 # e.g. C-a -> beginning-of-line.
20 # Uncomment this and comment the above to enable the builtin vi(1) command
21 # line editor in sh(1), e.g. ESC to go into visual mode.
39 # # set prompt: ``username@hostname$ ''
40 # PS1="`whoami`@`hostname | sed 's/\..*//'`"
46 # search path for cd(1)