Spaceship-prompt: 100% at prompt?

Created on 20 Sep 2017  路  1Comment  路  Source: denysdovhan/spaceship-prompt

Issue

Since updating my prompt just says 100%? Is that supposed to be the case?

Screenshot

image

Environment

Operating system: macOS
Terminal emulator: Hyper.app
ZSH version: 5.4.1

Relevant .zshrc

export PATH=$PATH:"/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/local/mysql/bin:/opt/local/bin"
export PATH=/opt/local/bin:/opt/local/sbin:$PATH  # brew

alias brew="env PATH=${PATH//$(pyenv root)\/shims:/} brew"

export ZSH=/Users/cdrum/.oh-my-zsh

export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
export PATH="/Users/cdrum/miniconda2/bin:$PATH"

eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

ZSH_THEME="spaceship"
SPACESHIP_TIME_SHOW=false

plugins=(git bundler osx rake ruby pass brew common-aliases node npm pip pyenv rails tig rvm nvm)

source $ZSH/oh-my-zsh.sh

alias zshconfig="atom ~/.zshrc"
alias ohmyzsh="atom ~/.oh-my-zsh"
alias alac='for f in ./*.flac; do ffmpeg -n -i "$f" -c:a alac "${f%.*}.m4a" && rm "$f"; done'
alias dirhistory="find . -newerct 'yesterday' -print0 | xargs -0 ls -tlr"

[[ -f /Users/cdrum/.sentinel/current/bin/sentinel ]] && eval "$(/Users/cdrum/.sentinel/current/bin/sentinel init -)"

ssh-add ~/.ssh/custom > /dev/null 2>&1

export PATH="$PATH:$HOME/.rvm/bin" # ruby duh

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

source "/Users/cdrum/.oh-my-zsh/custom/themes/spaceship.zsh-theme"
question

Most helpful comment

This indicator means you have a fully charged battery. Check out battery section. You could disable the battery prompt by setting SPACESHIP_BATTERY_SHOW=false.

Closing this now, Feel free to reopen if you have any queries.

Duplicate of #215 , #204 , #203

>All comments

This indicator means you have a fully charged battery. Check out battery section. You could disable the battery prompt by setting SPACESHIP_BATTERY_SHOW=false.

Closing this now, Feel free to reopen if you have any queries.

Duplicate of #215 , #204 , #203

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JounQin picture JounQin  路  3Comments

janjur picture janjur  路  3Comments

tbekaert picture tbekaert  路  3Comments

Vvkmnn picture Vvkmnn  路  3Comments

oldchevy picture oldchevy  路  3Comments