mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
610b2529d2
- fasd - history - mercurial - pylint - repo - yii2
3 lines
74 B
Bash
3 lines
74 B
Bash
alias h='history'
|
|
alias hs='history | grep'
|
|
alias hsi='history | grep -i'
|