diff options
Diffstat (limited to 'distrib/mvme88k/ramdisk/dot.profile')
-rw-r--r-- | distrib/mvme88k/ramdisk/dot.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/mvme88k/ramdisk/dot.profile b/distrib/mvme88k/ramdisk/dot.profile index 352cae908c7..4fbe9a3cff8 100644 --- a/distrib/mvme88k/ramdisk/dot.profile +++ b/distrib/mvme88k/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.1 1998/12/17 02:16:32 smurph Exp $ +# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:21 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -37,6 +37,7 @@ export TERM=vt200 umask 022 set -o emacs # emacs-style command line editing +alias dmesg="cat /kern/msgbuf" # set up some sane defaults echo 'erase ^?, werase ^H, kill ^U, intr ^C' |