NetBSD/etc/shrc
pavel d8b49bb74e Factor out common settings from /root/.shrc and /etc/skel/.shrc to a
new file /etc/shrc.

As proposed on tech-userlevel.
2006-09-14 13:01:31 +00:00

7 lines
89 B
Plaintext

ll(){ ls -l ${1+"$@"}; }
case "$-" in *i*)
PS1="${HOST%%.*}$PS1"
set -o emacs
;;
esac