Files
config/.oh-my-zsh/plugins/history/history.plugin.zsh
2025-07-22 16:18:19 +01:00

5 lines
100 B
Bash
Executable File

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