Files
dotfiles/zsh/.oh-my-zsh/plugins/history/history.plugin.zsh
Christian Nieves 76a6480b62 Populate repo
2022-04-19 15:50:47 +00:00

4 lines
74 B
Bash

alias h='history'
alias hs='history | grep'
alias hsi='history | grep -i'