Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-22 | wmii: add configuration file for wmii | Olivier Gayot | |
some content in the configuration script might not check for dependencies. We should have to fix it later. Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2014-12-22 | shell: read from .zsh/* in the home directory | Olivier Gayot | |
we used to read every file located in .zsh/ directory. however, if the cwd is not $HOME/, then the shell will try to source different files. fixed by replacing .zsh/* by $ZDOTDIR/.zsh/* or $HOME/.zsh/* Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2014-12-22 | Added configuration files for zsh | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> |