Top "Zshrc" questions

The .zshrc file is the configuration file for zsh.

How to change zsh-autosuggestions color

I am new at zsh. I've installed the plugin zsh-autosuggestions in oh-my-zsh using instruction mentioned here. I am using Linux (…

linux zsh oh-my-zsh zshrc zsh-completion
Zsh & RVM woes (rvm-prompt doesn't resolve)

I recently saw the light and changed over to Zsh. I naturally used Oh My Zsh to configure it, as …

rvm zsh zshrc
Shortening my prompt in Zsh

I'm having a lot of trouble getting zsh to shorten my prompt. I'm currently using zsh with the agnoster theme …

shell terminal zsh zshrc oh-my-zsh
How do I reload ZSH config files without replacing the current shell?

How do I tell ZSH to reload itself, as if it's a freshly invoked shell, but without losing the history? …

shell scripting zsh zshrc
Git Plugin for Oh-My-ZSH broken after Updating Git

I was using the system version of git and then updated to the latest version using homebrew. After doing so, …

git zsh homebrew zshrc
zsh prompt and hostname

I use the following prompt in .zshrc: PROMPT="%{$fg[magenta]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%1~ %{$reset_color%}%# " …

shell zsh hostname zshrc
sublime symlink disappeared after upgrading to El Capitan

I have just upgraded to OS X El Capitan and subl . command stopped working with the zsh: command not found: …

sublimetext3 alias zshrc osx-elcapitan
Setting ZSH_DISABLE_COMPFIX=true in .zshrc doesn't work

I need to disable the zsh's COMPFIX process to suppress the following warning I see every time I open a …

homebrew zsh oh-my-zsh zshrc
How to disable zsh substitution/autocomplete with URL and backslashes

I am using zsh with oh-my-zsh on Ubuntu:14.04. The shell autocompletes escape character with backslash when I paste a URL. …

zsh zshrc oh-my-zsh
How to setup virtualenvwrapper in zsh under linux mint?

I use virtualenvwrapper from apt. It's working OK with bash but I recently switched to zsh. Now when I try …

linux virtualenv zsh zshrc oh-my-zsh