My ZSH configuration.
Go to file
Vladimir Hodakov 5d62111efa
Fix keybinding to properly handle letter O
2020-04-27 18:54:51 +04:00
zsh Fix keybinding to properly handle letter O 2020-04-27 18:54:51 +04:00
.gitignore Fix keybinding to properly handle letter O 2020-04-27 18:54:51 +04:00
README.md Use find instead of ls. 2015-03-21 19:52:26 +05:00
zshrc Fixes for zsh running under WSL. 2019-11-17 00:34:42 +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.