Use find instead of ls.

This commit is contained in:
2015-03-21 19:52:26 +05:00
parent 1be71ae671
commit eca7e5500a
4 changed files with 17 additions and 6 deletions
+9
View File
@@ -7,3 +7,12 @@ This is a ZSH configuration, baked by [Stanislav N. aka pztrn](http://en.pztrn.n
* 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.