My ZSH configuration.
Go to file
Stanislav Nikitin eca7e5500a Use find instead of ls. 2015-03-21 19:52:26 +05:00
zsh Use find instead of ls. 2015-03-21 19:52:26 +05:00
.gitignore Configuration files now works. 2015-03-08 22:21:29 +05:00
README.md Use find instead of ls. 2015-03-21 19:52:26 +05:00
zshrc Configuration files now works. 2015-03-08 22:21:29 +05:00

README.md

ZSH config

This is a ZSH configuration, baked by Stanislav N. aka pztrn.

Features

  • Fully modular design.
  • Ability to write own mini-apps.
  • Support libraries support. Just write them and place in 'lib'. Don't forget to source them!
  • Same keyboard behaviour across OSes (tested on Linux and FreeBSD).

Installation

Change your default shell to zsh and make a symlink:

ln -s /path/to/zsh-config/zshrc ~/.zshrc

Re-login (if you changed your shell) or just restart your terminal app.