We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Bash and in the powerline-go, I am using -modules-right but the things are not showing in the right side they are showing in the left side.
-modules-right
My .bashrc file:
.bashrc
powerline_args=( -shell bash -eval -modules-right git,jobs,time -numeric-exit-codes -hostname-only-if-ssh -modules venv,user,ssh,cwd,perms,exit,hg,root -cwd-max-depth 4 ) function _update_ps1() { eval "$($GOPATH/bin/powerline-go -error $? ${powerline_args[@]})" } if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go" ]; then PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" fi
I don't know if its a bug with bash or maybe it's just not working in my case. I will be really thankful if anyone have any clue about this.
The text was updated successfully, but these errors were encountered:
Bash only supports left prompt.
Sorry, something went wrong.
No branches or pull requests
I am using Bash and in the powerline-go, I am using
-modules-right
but the things are not showing in the right side they are showing in the left side.My
.bashrc
file:I don't know if its a bug with bash or maybe it's just not working in my case. I will be really thankful if anyone have any clue about this.
The text was updated successfully, but these errors were encountered: