mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
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
10 lines
116 B
Text
10 lines
116 B
Text
# custom files
|
|
custom/
|
|
!custom/plugins/example
|
|
!custom/example.zsh
|
|
|
|
# temp files directories
|
|
cache/
|
|
log/
|
|
|
|
.DS_Store
|