Top "Zshrc" questions

The .zshrc file is the configuration file for zsh.

LANG environment variable in zsh

I recently installed sublime text on a new ubuntu machine. During start up I get the following error message : Your …

unix environment-variables locale zsh zshrc
Problems using zsh with Catalina, Python/Python3, pip/pip3, PATH, zshrc, etc

I recently updated to Catalina and the default zsh. I probably messed up paths during the transition, and I'm currently …

python path zsh zshrc macos-catalina
terminal vim not loading .zshrc

My terminal vim configuration is not loading the ~/.zshrc. Zsh is the environment login shell. What is the proper configuration …

vim zsh zshrc
How do you determine which theme you are on when ZSH_THEME="random"

I found a theme I like but only after executing a program on the command line with a lot of …

zsh zshrc oh-my-zsh
256 colors in zsh-syntax-highlighting?

OK, so I'm using this little fancy cutting edge technology called zsh-syntax-highlighting and although I'm overall happy with the result …

zsh zshrc
zsh: Command not found (for $EDITOR)

For whatever reason, zsh doesn't like me setting command-line arguments for my $EDITOR variable, but from what I can tell, …

macos terminal zsh gnu-screen zshrc
Insecure completion-dependent directories detected when try to source using python script

I write the script: with open("./aa.zsh", "wr") as f: f.write("#!/bin/zsh\n") f.write("chmod -R 755 ~/.…

python python-3.x zsh oh-my-zsh zshrc
How can I define custom colors for use in ZSH prompt?

I'm having some difficulty configuring my zsh prompt. Specifically I would like the font to have the color defined by …

configuration zsh prompt zshrc
Why does virtualenv inherit $PYTHONPATH from my shell?

So I'm migrating all my tools from python2 to python3.4 on an Ubuntu 14.04 machine. So far I've done the following: …

python virtualenv pythonpath virtualenvwrapper zshrc
zsh change prompt input color

I want to change the color of the input text in zsh (the text that I type for each command). …

bash terminal zsh zshrc