1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

New version of zsh startup files:

- Supports Darwin AND Linux
- No more .zshrc.local
- New completion (BETA)
This commit is contained in:
2010-11-18 08:49:41 +00:00
parent e031a7efc9
commit 5b09568680
16 changed files with 223 additions and 165 deletions

4
zsh.d/Linux/50-linux Normal file
View File

@ -0,0 +1,4 @@
# Linux
eval `dircolors`
# vim: set ts=4 sw=4 tw=0 ft=zsh :