dot_files/dot_oh-my-zsh/plugins/history/history.plugin.zsh
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00

3 lines
74 B
Bash

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