#!/bin/zsh -f 
command history 1 | grep -i "${1}" | grep -v "[hp ]grep"
