Spaceship-prompt: Sections not found

Created on 23 Jan 2018  路  3Comments  路  Source: denysdovhan/spaceship-prompt

Issue

I've install Spaceship through npm, antigen and also manually but each time I reload my .zshrc after a new install (using source ~/.zshrc), I get an error:

'time' not found'user' not found'dir' not found'host' not found'git' not found'hg' not found'package' not found'node' not found'ruby' not found'elixir' not found'xcode' not found'swift' not found'golang' not found'php' not found'rust' not found'haskell' not found'julia' not found'docker' not found'aws' not found'venv' not found'conda' not found'pyenv' not found'dotnet' not found'ember' not found'kubecontext' not found'exec_time' not found'line_sep' not found'battery' not found'vi_mode' not found'jobs' not found'exit_code' not found'char' not found

It's seems that spaceship can't found any section section, all tho they exist in ~/.antigen/bundles/denysdovhan/spaceship-prompt.

Screenshot

Provide a screenshot that shows your issue

Here is a screenshot of a fresh install:
screenshot

Environment

Spaceship version: 3.0.3
Zsh version: 5.0.8
Zsh framework: oh-my-zsh
Zsh plugin manager: antigen
Terminal emulator: iTerm/Hyper (the two I have test the install on)
Operating system: macOS 10.11.6

Relevant .zshrc

source ~/antigen.zsh

# Load the oh-my-zsh's library.
antigen use oh-my-zsh

# plugins
antigen bundle git
antigen bundle command-not-found
antigen bundle z
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle akoenig/gulp.plugin.zsh
antigen bundle akoenig/npm-run.plugin.zsh
antigen bundle rimraf/k

# theme
antigen theme https://github.com/denysdovhan/spaceship-prompt spaceship
# antigen theme refined

antigen apply
bug wontfix

All 3 comments

After running exec zsh command, I get spaceship::union:1: bad pattern: sections=(time.

I don't know if it can help.

This is duplicate of #328. Please upgrade your Zsh to a latest version and follow the related discussion at #332.

Feel free to reopen if there's anything else.

Thanks a lot !

Linking to some doc on how to use custom zsh install instead of OSX built-in, as it was my issue:
https://rick.cogley.info/post/use-homebrew-zsh-instead-of-the-osx-default/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

martincartledge picture martincartledge  路  4Comments

gabrielpedepera picture gabrielpedepera  路  3Comments

gillesdemey picture gillesdemey  路  3Comments

MatthiasJ picture MatthiasJ  路  4Comments

olets picture olets  路  3Comments