HIST_FIND_NO_DUPS When searching for history entries in the line editor, do not display duplicates of a line previously found, even if the duplicates are not contiguous.
그러나 Ctrl-p 키를 반복해서 사용하면 동일한 명령이 나타납니다.
$ ls
$ pwd
$ ls
$ <Ctrl-p> => ls
<Ctrl-p> => pwd
<Ctrl-p> => ls again!
zsh 5.0.5 (x86_64-apple-darwin14.0)