Spaceship-prompt: Help required!

Created on 7 Aug 2017  路  1Comment  路  Source: denysdovhan/spaceship-prompt

Help required!

  1. How do I get rid of the node prompt at the start of my terminal?
  2. I've Powerline Fonts installed, but Hyper does not show the Git Symbol.

Terminal Screenshot shows the git symbol

ter

Hyper Screenshot

screenshot from 2017-08-06 23-58-51

  1. Is it possible to only increase the font-size of the prompt symbol?

Environment

Operating system:
Terminal emulator:
ZSH version: >

question

Most helpful comment

Hey Gagan,

  1. How do I get rid of the node prompt at the start of my terminal?

node section is displayed only when you have package.json, node_modules or any .js files in your directory. In the screenshots, node version is displayed on the home folder but not on the fonts folder. Can you verify none of the above files exist in the home folder ?

  1. Hyper does not show the Git Symbol.

Have you configured hyper to use powerline fonts ?

fontFamily: '"Fira Code", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
  1. Is it possible to only increase the font-size of the prompt symbol?

If I'm not wrong, Prompt symbol are rendered part of the normal characters, I don't think we could modify single character. You could use other characters.

>All comments

Hey Gagan,

  1. How do I get rid of the node prompt at the start of my terminal?

node section is displayed only when you have package.json, node_modules or any .js files in your directory. In the screenshots, node version is displayed on the home folder but not on the fonts folder. Can you verify none of the above files exist in the home folder ?

  1. Hyper does not show the Git Symbol.

Have you configured hyper to use powerline fonts ?

fontFamily: '"Fira Code", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
  1. Is it possible to only increase the font-size of the prompt symbol?

If I'm not wrong, Prompt symbol are rendered part of the normal characters, I don't think we could modify single character. You could use other characters.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AlecRust picture AlecRust  路  3Comments

olets picture olets  路  3Comments

gillesdemey picture gillesdemey  路  3Comments

ChadTaljaardt picture ChadTaljaardt  路  4Comments

salmanulfarzy picture salmanulfarzy  路  3Comments