mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01: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'
|