/zsh-simple

A simple zsh configuration and prompt.

Primary LanguageRuby

A Simple ZSH Config

A simple configuration for getting started with zsh.

Installation

cp .zshrc ~/.zshrc
mkdir bin
cp bin/* ~/bin/
chmod +x ~/bin/git-current-branch
chmod +x ~/bin/git-cwd-info.rb

About

My command line prompt is explained here.

It is, in part, based on the expertise of Ben Hoskings in the PeepCode Advanced Git Screencast.