zsh-users / fizsh

Friendly Interactive ZSHell.
Other
301 stars 18 forks source link

`cp: cannot stat` messages when trying to run fizsh #20

Closed Anomalocaridid closed 2 years ago

Anomalocaridid commented 2 years ago

When I try to run fizsh, I get the following output before getting what appears to be a vanilla zsh prompt:

cp: cannot stat '/setc/fizsh/fizsh-prompt.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/zsh-history-substring-search.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/zsh-syntax-highlighting.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/brackets-highlighter.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/cursor-highlighter.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/line-highlighter.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/main-highlighter.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/pattern-highlighter.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/root-highlighter.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/fizsh-miscellaneous.zsh': No such file or directory
cp: cannot stat '/setc/fizsh/fizshrc.zsh': No such file or directory

I use the Sway edition of EndeavourOS and I installed fizsh using the fizsh-git AUR package.

guidovansteen commented 2 years ago

'/setc/fizsh' should be '/etc/fizsh'. You may have added the extra s somewhere.