Code Monkey home page Code Monkey logo

bullet-train.zsh's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bullet-train.zsh's Issues

why always show node version

i add this option in my .zshrc file
BULLETTRAIN_NVM_SHOW=false
then new a terminal ,still show the node version..

RVM conflict inside virtualenv

Looks like the theme is looking for the rvm's path inside the virtualenv since It only shows this warning when I use this theme. I am using virtualenvwrapper.

selection_024

I solve this trouble now doing this on line 203:

# RVM: only shows RVM info if on a gemset that is not the default one
prompt_rvm() {
  local virtualenv_path="$VIRTUAL_ENV"
  if [[ -n $virtualenv_path || $BULLETTRAIN_RVM_SHOW == false ]]; then
    return
  fi
...

P.S. I am using Ubuntu 14.04LTS, rvm 1.25.28 and ruby-2.1.2.

Hope to find the solution. This theme it's promising ๐Ÿ‘

Font

In the readme GIF i see you have an emoji snake for the virtualenv, how did you get that?

Parse error

L299 of bullet-train.zsh-theme causes a parse error when loading the theme in zgen.

I believe this bug was introduced in commit a00dbb2

BULLETTRAIN_DIR_EXTENDED not showing username?

Hi! Loving the theme.

I started a branch to add username and hostname, and I see that BULLETTRAIN_DIR_EXTENDED is supposed to "Show user and machine in an SCP formatted style."

It doesn't seem to be working, for me at least. I set it true explicitly, and reloaded the theme, and I still see the path but not $USER@$HOST:$PATH like I would expect.

Arrow colour issue

I've having some trouble with the arrow, I cant seem to get the colours to match.
I'm using the Terminal App with xterm-256color and I'm on El Capitan.

screen shot 2015-10-29 at 20 11 23

My Arrow is small

Image

Like this, how can I fix that ?

I use iTerm2 set Report Terminal Type: xterm-256color.
and use Inconsolata for Powerline Font.

Extra line at the top of prompt

I'm getting this extra line at the top of the prompt.

screen shot 2015-10-25 at 9 27 08 pm

I figured adding BULLETTRAIN_PROMPT_ADD_NEWLINE and setting it to false would do away with it, but it does not.

export BULLETTRAIN_PROMPT_ADD_NEWLINE=false

Is this the correct assumption or is there another setting I could configure?

Navigation arrow not visible in ubuntu 14.04

I am using Ubuntu 14.04 and recently I install zsh.

Also I add bullet-train-oh-my-zsh-theme and follow this step.

  1. Download the theme
  2. Put the file bullet-train.zsh-theme in $ZSH_CUSTOM/themes/
  3. Configure the theme in your ~/.zshrc file:
    ZSH_THEME="bullet-train"

Current user logout and again login, my terminal look like this,
bullet train arrow_edited

As I notice arrow not visible properly in my terminal. I need to the same look like: https://goo.gl/o2RnFB

How to loading navigation arrow image in my terminal?

Last arrow color slightly off?

Hey @caiogondim,

Just bringing this to your attention --- wondering if this is a product of the font I'm using or the system configuration:

screen shot 2016-02-25 at 10 55 10 pm

See how the last arrow is slightly discolored? That just bugs me.

Oddly enough, that behavior only happens for the last arrow:

screen shot 2016-02-25 at 10 56 57 pm

FYI, I'm using Source Code Pro for Powerline. What font are you using?

Add support for zsh vi mode

It would be nice to have an indicator of whether zsh vi mode was in insert or normal mode. Here's an article explaining how someone solved this problem.

Parse Error

I am getting:
themes/bullet-train.zsh-theme:5: parse error near `\n'

iterm2 tab completion add char

When I auto-complete a command using tab, it add a character at the beginning of the prompt.

Example:

ls1

ls2

ls[space][tab] adds a "l" at the beginning of the line and then I can't delete this char.

Only happens when BULLETTRAIN_PROMPT_SEPARATE_LINE is set to true.

Works fine in terminal.app but not in iTerm2.

Any ideas?

Documentation for Font Type

I'm using Arch Linux with urxvt. The default font for urxvt does not work with this theme. Could you include documentation that lists the requirements for the types of fonts that do work? I know a certain range of Unicode fonts is required - I found this out after playing with different font settings, but I still haven't found a working font.

command not found git_prompt_info

zsh --version
zsh 5.0.8 (x86_64-pc-linux-gnu)

prompt_git:12: command not found: git_prompt_info
prompt_git:12: command not found: git_prompt_status

RETVAL doesn get exit status

Hi,
tried this on OS x and Arch linux, the exit status feature doesn't work:

build_prompt() {
echo RETVAL: $?  
  RETVAL=$?
...

=>

$ asdasd
zsh: command not found: asdasd

RETVAL: 0
 22.49.22 ๎‚ฐ ~ ๎‚ฐ
$ 

Am I missing a setting or it's an issue here?

Cheers,
psz

Background continues past end of prompt sometimes

I'm on iTerm2. Notice how at the bottom after master โœ” the background goes back to blue instead of black like the terminal background:

(older screenshot removed, replaced with newer one below)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.