Skip to content

Oh My Zsh made my terminal completely unusable. Help please! #12269

Answered by mcornella
ChaseTheWebDev asked this question in Help
Discussion options

You must be logged in to vote

Hi Chase! If the content of .zprofile is a literal copy-paste, the PATH variable is missing a dollar, otherwise the previous contents are not preserved. Here's how it should look:

# double quotes added for good measure, in case there are spaces in some of the paths
export PATH="${PATH}:/usr/local/mysql-8.0.36-macos14-x86_64/bin"

As to code formatting in GitHub, it uses Markdown, so you can use code blocks so that code is shown as is (and even with syntax highlighting).

Replies: 1 comment 3 replies

Comment options

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

@mcornella
Comment options

Answer selected by mcornella
@ChaseTheWebDev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants