Skip to content

Cannot load oh-my-posh when terminal restarts on zsh & bash #5830

Discussion options

You must be logged in to vote

@GinoongFlores when typing which oh-my-posh, you will see the actual file location. But you need to add the folder to the PATH, not the full binary location. So if which oh-my-posh returns:

/home/username/.local/bin/oh-my-posh

add:

export PATH=/home/username/.local/bin/:$PATH

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@GinoongFlores
Comment options

@JanDeDobbeleer
Comment options

Answer selected by GinoongFlores
@GinoongFlores
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #5829 on November 06, 2024 08:49.