mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-01-07 04:56:47 +01:00
5 lines
113 B
Bash
5 lines
113 B
Bash
# Aliases for bazel
|
|
alias bzb='bazel build'
|
|
alias bzt='bazel test'
|
|
alias bzr='bazel run'
|
|
alias bzq='bazel query'
|