Configuration for zsh

This commit is contained in:
Yan Pritzker
2011-11-22 19:02:36 -06:00
parent 5e851289e9
commit 0ebab432d3
4 changed files with 60 additions and 0 deletions

View File

@@ -15,6 +15,18 @@ This project uses git submodules for some of its plugins. Please run:
To get all the current plugins. Over time, I plan to move all plugins into submodules.
Setup for ZSH
---
I am now using ZSH as my default shell because of its awesome globbing
and autocomplete features, nice colors, etc. This setup assumes you use
oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh)
Place this as the last line in your ~/.zshrc created by oh-my-zsh:
source ~/.dotfiles/zshrc
This setup reuses my bash aliases but provides some custom functions.
Setup for Bash
---
To set these up as your own (careful, don't overwrite your bash_profile unintentionally!):