diff options
Diffstat (limited to 'distrib/mvme88k/miniroot/dot.profile')
-rw-r--r-- | distrib/mvme88k/miniroot/dot.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/mvme88k/miniroot/dot.profile b/distrib/mvme88k/miniroot/dot.profile index 159ddd07e49..cc2f88bba9a 100644 --- a/distrib/mvme88k/miniroot/dot.profile +++ b/distrib/mvme88k/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.1 1998/12/17 02:16:31 smurph Exp $ +# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:21 deraadt Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 1995 Jason R. Thorpe @@ -37,6 +37,7 @@ export HISTFILE=/.sh_history umask 022 set -o emacs # emacs-style command line editing +alias dmesg="cat /kern/msgbuf" # XXX # the TERM/EDITOR stuff is really well enough parameterized to be moved |