1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-09 01:13:49 +08:00
Files
ohmyzsh/plugins/history/history.plugin.zsh
Roey Darwish Dror 8ba97c3644 Added history plugin
2012-06-22 15:33:27 +03:00

9 lines
76 B
Bash

alias h='history'
function hs
{
history | grep $*
}
alias hsi='hs -i'