README.md: Add notes for .zshrc

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-05-05 11:55:15 +03:00
parent e871929aa0
commit 0df8db6540

View File

@ -11,6 +11,7 @@ $ ln -sf ~/src/git/dotfiles/.vim .
$ ln -sf ~/src/git/dotfiles/.vimrc .
$ ln -sf ~/src/git/dotfiles/.tmux.conf .
$ ln -sf ~/src/git/dotfiles/.dircolors.ansi-dark .
$ ln -sf ~/src/git/dotfiles/.zshrc .
```
## .bashrc
@ -21,3 +22,6 @@ Solarized configuration
## .vimrc
Syntax highlighting, Solarized color scheme, tab stops to 4 spaces, etc.
## .zshrc
Configures a custom prompt, adds paths for pkgsrc on Mac OS X, sets up pyenv, adds aliases, Solarized dircolors, etc.