mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +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
|
|
|