From 8534a97e9b33c9f5ceea9aa8e1408f9146bc4f68 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 26 Jul 2005 10:35:22 +0000 Subject: 21527: rename zsh-newuser-install and don't run if not loaded --- Functions/Newuser/zsh-install-newuser | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Functions/Newuser/zsh-install-newuser (limited to 'Functions/Newuser/zsh-install-newuser') diff --git a/Functions/Newuser/zsh-install-newuser b/Functions/Newuser/zsh-install-newuser deleted file mode 100644 index 40bba720d..000000000 --- a/Functions/Newuser/zsh-install-newuser +++ /dev/null @@ -1,11 +0,0 @@ -# Function to install startup files for a new user. -# This dummy version simply creates a new .zshrc with a comment. -# FIXME: we don't want to distribute a file that does that, it -# would be preferable to do nothing at all. - -# Sanitize environment. -emulate -L zsh - -echo "# Created by newuser for $ZSH_VERSION" >${ZDOTDIR:-$HOME}/.zshrc - -unfunction zsh-install-newuser -- cgit v1.2.3