mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
6 lines
143 B
Text
6 lines
143 B
Text
unalias run-help
|
|
autoload run-help
|
|
export HELPDIR=/usr/local/share/zsh/helpfiles
|
|
|
|
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
|
|
|