mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-01-02 20:41:10 +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'
|