mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-05 21:31:04 +01:00
9 lines
192 B
Bash
9 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'
|