about summary refs log tree commit diff
path: root/Functions/Newuser/zsh-install-newuser
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-07-26 10:35:22 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-07-26 10:35:22 +0000
commit8534a97e9b33c9f5ceea9aa8e1408f9146bc4f68 (patch)
tree0470abd000275d9ce419ac1df8e7c4cf3f9947ea /Functions/Newuser/zsh-install-newuser
parent857c5983f8d460be85e380c1fd025dbb3a27b304 (diff)
downloadzsh-8534a97e9b33c9f5ceea9aa8e1408f9146bc4f68.tar.gz
zsh-8534a97e9b33c9f5ceea9aa8e1408f9146bc4f68.tar.xz
zsh-8534a97e9b33c9f5ceea9aa8e1408f9146bc4f68.zip
21527: rename zsh-newuser-install and don't run if not loaded
Diffstat (limited to 'Functions/Newuser/zsh-install-newuser')
-rw-r--r--Functions/Newuser/zsh-install-newuser11
1 files changed, 0 insertions, 11 deletions
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