mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
8 lines
192 B
Bash
8 lines
192 B
Bash
# Aliases for pre-commit
|
|
alias prc='pre-commit'
|
|
|
|
alias prcau='pre-commit autoupdate'
|
|
|
|
alias prcr='pre-commit run'
|
|
alias prcra='pre-commit run --all-files'
|
|
alias prcrf='pre-commit run --files'
|