Due to many requests I share my zsh configuration compilation.
 
 
Go to file
Sebastian Tramp 2813ab27ff limit the tmxu title to one word 2011-01-05 15:56:09 +01:00
.hgignore init 2010-12-05 16:57:06 +01:00
Makefile zsh-syntax-highlighting now cloned via make install 2010-12-25 20:29:44 +01:00
README init 2010-12-05 16:57:06 +01:00
aliases.zsh new prompt and re-order 2011-01-03 00:12:13 +01:00
colors.zsh new prompt and re-order 2011-01-03 00:12:13 +01:00
completion.zsh new prompt and re-order 2011-01-03 00:12:13 +01:00
functions.zsh new prompt and re-order 2011-01-03 00:12:13 +01:00
options.zsh new prompt and re-order 2011-01-03 00:12:13 +01:00
prompt.zsh limit the tmxu title to one word 2011-01-05 15:56:09 +01:00
zshrc + autojump 2011-01-03 11:38:47 +01:00

README

# @author     Sebastian Tramp <mail@sebastian.tramp.name>
# @license    http://opensource.org/licenses/gpl-license.php

Due to many requests I share my zsh configuration compilation.
Copy the repository to ~/.zsh and run 'make install' once
(or link the ~/.zsh/zshrc manually to ~/.zshrc)

### File description
~/.zsh/README      - This file
~/.zsh/Makefile    - make-config to run with 'make install'
~/.zsh/aliases     - alias definitions which can be edited/modified with 'aedit'
~/.zsh/completion  - tab completion configuration
~/.zsh/functions   - functions and key bindings to that functions
~/.zsh/options     - shell options as history size, general keyindings, etc
~/.zsh/prompt      - the prompt definition
~/.zsh/zshrc       - the main RC file (will be linked to ~/.zshrc)

### These files are not in the repository but will be created
~/.zsh/history     - the history file (shared for all zsh instances)
~/.zsh/private     - private commands/aliases etc. (included at the end)
                     this should also include definitions for
                     EDITOR, PAGER, cdpath, fpath etc.