My ZSH configuration.
Go to file
Stanislav Nikitin 5c2a949d3b
Fix zsh-autosuggestions enablement.
2023-07-04 21:36:02 +05:00
zsh Fix zsh-autosuggestions enablement. 2023-07-04 21:36:02 +05: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 Fastfix for previous commits - completely disable some keybndings. 2020-04-27 21:39:41 +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.