* /etc/skel/.kshrc: adjust header information, replace tabs
[grml-etc.git] / etc / skel / .kshrc
index e78b105..a329393 100644 (file)
@@ -1,18 +1,18 @@
 # Filename:      .kshrc
 # Purpose:       configuration file for the korn shell
-# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
+# Authors:       grml-team (grml.org), (c) Matthias Kopfermann <maddi@grml.org>, (c) Michael Prokop <mika@grml.org
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sam Mai 27 23:37:56 CEST 2006 [mika]
+# Latest change: Son Nov 12 12:00:23 CET 2006 [mika]
 ################################################################################
 
 # ksh93 requires an editor
   set -o emacs
 
-       # The $() has to be done to work around a bug in ksh that
-       # isn't able to substitute with // inside the $HOME variable to have ~/
-       # The control-character in the prompt is sadly neccessary for
-       # color to be not disturbing for the command line editor.
+# The $() has to be done to work around a bug in ksh that
+# isn't able to substitute with // inside the $HOME variable to have ~/
+# The control-character in the prompt is sadly neccessary foR
+# color to be not disturbing for the command line editor.
 [[ $USER != root ]] && PS1='\ f\e[1;34m'"\
 \$USER\ f\e[0m\ f@\$HOSTNAME \$(echo \$PWD | sed s,/home/\$USER,~,) $ "