Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Is it worthwhile to use oh-my-zsh?



On September 7, 2019 1:40:51 AM UTC, Peng Yu <pengyu.ut@xxxxxxxxx> wrote:
>> I don't like oh-my-zsh.
>> IMHO, it's too slow.
>> If you simply want to show current directory, zsh come with some
>pre-installed prompt
>> Use:
>> prompt -h
>> to show the available options and prompts.
>
>I don't see it. Where is it?
>
>➜  ~ prompt -h
>zsh: command not found: prompt

You need to load promptinit first.
autoload promptinit && promptinit && prompt -h
-- 
Danh



Messages sorted by: Reverse Date, Date, Thread, Author