Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Function definition file not found for default functions
- X-seq: zsh-users 26964
- From: "Thomas A. Christensen II" <tchristensen@xxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Function definition file not found for default functions
- Date: Thu, 19 Aug 2021 15:15:51 -0500
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=vet.k-state.edu; dmarc=pass action=none header.from=vet.k-state.edu; dkim=pass header.d=vet.k-state.edu; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=eudu3Sezp2awHzZ9LcdFw5+JmNsUoWoSYakAK5Kd7hw=; b=JHuPa2j0A+TPNon4yPH7lPzl4fmm9EHt7HyG+CMuuASTIK/JMzz+gFGA8oArN/B88h/MWWXsYyWkDdpISu3UrrfsWpIdcgnDl/vgL3N8LlBIYY/zRuZJS23Zd+nlUUhOdslBqiC4YleGsoGNMiaEJsCLXHmffKI3YnLSwwfWqwbsZW+AM37vcvoVlPZ2EXko5zOAs74w2+G8tLqdMo6Za8fWdWajP4L6kYLPawWcBG2pwGhi8cIxlWBShBQm0GzXATuzWJQ9j0CX41gt7gaNP8Wuu2SgDiJ/Rs3f1taZWADju7r/Eq/hwLe0c9XqyEsmlRwfPlKw2K/YBaC9ZtkQaA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fRBHKTCmDN4fwX7Out5cuLzsxWIN9W710+PIBa62aU2vtMEBgFOa4MOHzpY1ZTi8UYs2A5vuHWx613eRJI5wrgABec568cyoa08xrpt24RPCovdeIiQGyo+fTAfOu3y2W61jGJXZP9HIyARH2m5Yn1+1uUmakPYbY5zEirI7aw8t9xJIA3gnaHQhFirG/ahvNYSvQ2Gttf3f1MOl0Zt4mZmMQuMqn4VWf/zYuiLsy1N71I+3dfE0um8f3dh5gtfXp+vlx6ey6+wHyOT6gh91fm6sQ0b67yIm+CSDpR5c2dDSxS6CLmZZ2HXx0QpbpulI6ip5p+dFXUzwBPOQZiDcMA==
- Archived-at: <https://zsh.org/users/26964>
- List-id: <zsh-users.zsh.org>
Hello,
I'm trying to setup zsh for my user account on a CentOS 7 server. When I
start zsh, I get the following error message
$ zsh
/usr/share/zsh/5.0.2/scripts/newuser:6: zsh-newuser-install:
function definition file not found
%
I know I can create a .zshrc to stop that error from appearing, but
trying to use completion gives an almost identical message
% autoload -Uz compinit
% compinit
zsh: compinit: function definition file not found
I thought this was an issue with zsh 5.0.2, so I compiled zsh 5.8 from
source and get the same errors with the newly compiled version. These
errors break all of my usual plugins and configurations. What can I do
to prevent them?
Thanks,
Thomas Christensen
Messages sorted by:
Reverse Date,
Date,
Thread,
Author