1 # $FreeBSD: src/share/skel/dot.shrc,v 1.3 2002/07/23 12:28:16 jmallett Exp $
2 # $DragonFly: src/share/skel/dot.shrc,v 1.3 2005/09/25 06:04:52 swildner Exp $
4 # .shrc - bourne shell startup file
6 # This file will be used if the shell is invoked for interactive use and
7 # the environment variable ENV is set to this file.
9 # see also sh(1), environ(7).
13 # file permissions: rwxr-xr-x
17 # Enable the builtin emacs(1) command line editor in sh(1),
18 # e.g. C-a -> beginning-of-line.
21 # Uncomment this and comment the above to enable the builtin vi(1) command
22 # line editor in sh(1), e.g. ESC to go into visual mode.
40 # # set prompt: ``username@hostname$ ''
41 # PS1="`whoami`@`hostname | sed 's/\..*//'`"
47 # search path for cd(1)