zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: PATCH: nimrod proofing
Date: Sun, 25 Mar 2001 23:27:00 +0000	[thread overview]
Message-ID: <1010325232700.ZM11589@candle.brasslantern.com> (raw)
In-Reply-To: <20010325203917.9C6A6139CA@pwstephenson.fsnet.co.uk>

On Mar 25,  9:39pm, Peter Stephenson wrote:
} Subject: Re: Moving completion functions
}
} > > [...] maybe even put a "return 0"
} > > at the top of each file just in case some nimrod copies them to /etc/
} 
} As far as I'm concerned a nimrod is (a) a hunter mentioned in Genesis

``... the first who claimed to be a "mighty one in the earth."'' according
to Easton's 1897 Bible Dictionary (see http://www.dict.org/).

Hence a nimrod is someone who overestimates his own power or ability.  I
don't remember where I first heard that usage ...

} but if someone wants to do that that's fine by me.

Index: StartupFiles/zlogin
===================================================================
--- StartupFiles/zlogin	1998/06/01 17:08:46	1.1.1.1
+++ StartupFiles/zlogin	2001/03/25 23:21:34
@@ -8,6 +8,9 @@
 # msgs, from, etc).
 #
 
+# THIS FILE IS NOT INTENDED TO BE USED AS /etc/zlogin, NOR WITHOUT EDITING
+return 0+
 clear
 stty dec new cr0 -tabs
 ttyctl -f  # freeze the terminal modes... can't change without a ttyctl -u
Index: StartupFiles/zshenv
===================================================================
--- StartupFiles/zshenv	1998/06/01 17:08:46	1.1.1.1
+++ StartupFiles/zshenv	2001/03/25 23:22:11
@@ -9,6 +9,9 @@
 # output or assume the shell is attached to a tty.
 #
 
+# THIS FILE IS NOT INTENDED TO BE USED AS /etc/zshenv, NOR WITHOUT EDITING
+return 0	# Remove this line after editing this file as appropriate
+
 export X11HOME=/usr/X11
 
 path=($X11HOME/bin)
Index: StartupFiles/zshrc
===================================================================
--- StartupFiles/zshrc	1998/06/01 17:08:46	1.1.1.1
+++ StartupFiles/zshrc	2001/03/25 23:21:58
@@ -6,6 +6,9 @@
 # options, key bindings, etc.
 #
 
+# THIS FILE IS NOT INTENDED TO BE USED AS /etc/zshrc, NOR WITHOUT EDITING
+return 0	# Remove this line after editing this file as appropriate
+
 # Search path for the cd command
 cdpath=(.. ~ ~/src ~/zsh)
 


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2001-03-25 23:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-22 21:46 Moving completion functions Oliver Kiddle
2001-03-22 21:50 ` Oliver Kiddle
2001-03-23  0:29 ` Bart Schaefer
2001-03-25 15:26   ` Oliver Kiddle
2001-03-25 20:39     ` Peter Stephenson
2001-03-25 23:27       ` Bart Schaefer [this message]
2001-03-25 23:35         ` PATCH: nimrod proofing Bart Schaefer
2001-03-26  4:33     ` Moving completion functions Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1010325232700.ZM11589@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).