1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

feat(hazel): add some aliases (#12070)

This commit is contained in:
Markus Hofbauer
2024-02-01 17:37:37 +01:00
committed by GitHub
parent d6658f9af3
commit b5e6392f21
2 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
# Aliases for bazel
alias bzb='bazel build'
alias bzt='bazel test'
alias bzr='bazel run'
alias bzq='bazel query'