No bash, posso usar o help
comando para imprimir uma sinopse para um comando interno específico
$ help pwd
pwd: pwd [-LP]
Print the name of the current working directory.
Options:
-L print the value of $PWD if it names the current working
directory
-P print the physical directory, without any symbolic links
By default, `pwd' behaves as if `-L' were specified.
Exit Status:
Returns 0 unless an invalid option is given or the current directory
cannot be read.
Existe um equivalente em zsh ou apenas uso man zshbuiltins
?
Conforme indicado na pergunta Stack Overflow no comentário de @DavidPostill , coloque isso em
~/.zshrc
:Se você estiver no macOS e instalado usando o Homebrew, substitua a
HELPDIR
linha por esta: