Pinned Loading
-
-
circuitmatrix
circuitmatrix PublicVisualization of visemes generated by the mycroft ai open source voice assistent.
Python
-
Using Zsh on mac.md
Using Zsh on mac.md 1# Using zsh on mac
2The zsh shell is not only very powerful, but can also be confusing, expecially when it comes to choosing between `.zprofile`, `.zshenv`, `.zshrc` files to configure the $PATH. As there are divergent opinions on Stack Overflow and web blogs, hopefully this gist can help to provide more clarification.
34The most detailed background explanation I found is the gist by [Linerre](https://gist.github.com/Linerre/f11ad4a6a934dcf01ee8415c9457e7b2). While I really recommand to read it, the key aspect is that the configuration files are processed in the order `.zshenv`, `.zprofile` and `.zshrc`, as on macOS a zsh shell is always treaded as a login shell. MacOS further changes the $PATH after the processing of `.zshenv` with the `path_helper`, which could lead to unexpected behaviour when following the [the zsh documentation](https://zsh.sourceforge.io/Guide/zshguide02.html#l24) which suggests to configure the $PATH in `.zshenv`.
5Therfore, I am configuring zsh in the following way:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.