Due to many requests I share my zsh configuration compilation.
Go to file
2011-02-07 19:50:34 +01:00
.hgignore Changes for Darwin/OSX 2011-02-07 17:18:41 +01:00
aliases.zsh +feierabend:) + jump not in history anymore 2011-02-07 15:32:33 +01:00
colors.zsh new prompt and re-order 2011-01-03 00:12:13 +01:00
completion.zsh Added support for auto completion, initialize functions.d on make install, copy _j from autojump 2011-02-07 19:50:34 +01:00
darwin.zsh Changes for Darwin/OSX 2011-02-07 17:18:41 +01:00
functions.zsh some minor niceups 2011-01-09 10:39:04 +01:00
Makefile Added support for auto completion, initialize functions.d on make install, copy _j from autojump 2011-02-07 19:50:34 +01:00
options.zsh Changes for Darwin/OSX 2011-02-07 17:18:41 +01:00
prompt.zsh utf8 candy 2011-02-01 10:18:54 +01:00
README init 2010-12-05 16:57:06 +01:00
zshrc Changes for Darwin/OSX 2011-02-07 17:18:41 +01:00

# @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.