Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-22 | shell: do not issue errors if we cannot source the git-prompt file | Olivier Gayot | |
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> |