Code Monkey home page Code Monkey logo

Comments (8)

popcornylu avatar popcornylu commented on July 17, 2024 25

For using "powerlevel9k/powerlevel9k". Here is my solution

in .zshrc

source "/usr/local/opt/kube-ps1/share/kube-ps1.sh"
prompt_kube_ps1(){
   echo -n `kube_ps1`
}

add the kube_ps1 to prompt elements

POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(kube_ps1 ...) 

from kube-ps1.

rahulwa avatar rahulwa commented on July 17, 2024 1

It works fine with oh-my-zsh. Below is my lines in .zshrc:

source "/usr/local/opt/kube-ps1/share/kube-ps1.sh"
PROMPT='$(kube_ps1)'$PROMPT

from kube-ps1.

jonmosco avatar jonmosco commented on July 17, 2024

This works for me as well with oh-my-zsh.

from kube-ps1.

jonmosco avatar jonmosco commented on July 17, 2024

Closing this issue.

from kube-ps1.

pavlos163 avatar pavlos163 commented on July 17, 2024

I have exactly those lines in my .zshrc but can't see anything.

What themes are you using?

from kube-ps1.

jonmosco avatar jonmosco commented on July 17, 2024

from kube-ps1.

pavlos163 avatar pavlos163 commented on July 17, 2024

I tried zsh -f and I just see the host:

user@host  ~/.oh-my-zsh/custom/plugins/kube-ps1   master  zsh -f
host%

from kube-ps1.

hbokh avatar hbokh commented on July 17, 2024

Must be ZSH-theme related.
Here kube-ps1 is not showing anything with ZSH_THEME="powerlevel9k/powerlevel9k", but switching to some other random theme like ZSH_THEME="darkblood" does.

from kube-ps1.

Related Issues (20)

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.