Top "Zshrc" questions

The .zshrc file is the configuration file for zsh.

zsh path "no such file or directory" where do I unset it?

I just noticed that my $PATH has an invalid location: \> $PATH zsh: no such file or directory: /usr/bin:/…

zsh zshrc
How do zsh ansi colour codes work?

I want to make my hostname in my terminal orange. How do I do that?

zsh zshrc
oh-my-zsh config file not loading

I am trying to get ZSH config working correctly on Mac OSX. I installed it using curl: curl -L https://…

zsh zshrc
zsh theme for full path + display git changes

I'm looking for theme to display a full path + git (branch name + uncommitted changes + added files). Didn't find any. something …

git zsh zshrc oh-my-zsh
oh-my-zsh not applying themes

I just set up zsh together with oh-my-zsh. But there's a bit of strange behavior that I cannot understand. If …

oh-my-zsh zshrc
zsh: unknown file attribute

I have the following function in my .zshrc which, in theory, allows me to write a commit message without needing …

zsh zshrc
Fix key settings (Home/End/Insert/Delete) in .zshrc when running Zsh in Terminator Terminal Emulator

I'm running Ubuntu 11.04. I installed the Terminator Terminal Emulator 0.95, and Zsh, version 4.3.15. I have (commonly known) problems with my keys …

ubuntu keyboard-shortcuts zsh zshrc terminator
How do I keep functions/variables local to my zshrc?

Any variable that I declare in my zshrc is available in the shell as an environment variable. I don't want …

zsh zshrc
How does one locate a .zshrc file?

I used Homebrew to install Z shell (zsh) 5.0.7 on my Mac. For the life of me, .zshrc is nowhere to …

shell zsh zshrc
Adding an alias for Sublime Text to zshrc

Just have a quick question on how to add an alias for SublimeText to my ZSH. I've been to their …

alias zsh sublimetext2 zshrc