larkery / zsh-histdb

A slightly better history for zsh
MIT License
1.27k stars 75 forks source link

Fix `ps` call on macOS #84

Closed davea closed 4 years ago

davea commented 4 years ago

ps on macOS doesn't support the --pid option, so use -p instead.

sumanthratna commented 4 years ago

Just tried it out; can confirm that this works!