ohmyzsh/.gitignore
timfeirg bb32bbfc09 remove unnecessary warning from virtualenvwrapper.plugin.zsh
reason being:

* if virtualenvwrapper.sh is being used, $WORKON_HOME will be
immediately (to the default value), no need for this warning
* if virtualenvwrapper_lazy.sh is being used, $WORKON_HOME will be set
(to the default value) later, automatically
* if none of the initialization scripts are available, for example
if virtualenvwrapper was uninstalled, the installation command will be
printed during zsh start
2018-05-29 13:23:03 +08:00

10 lines
116 B
Text

# custom files
custom/
!custom/plugins/example
!custom/example.zsh
# temp files directories
cache/
log/
.DS_Store