feat: move configuration files inside home folder
This commit is contained in:
9
home/.config/zsh/ohmyzsh/plugins/bazel/bazel.plugin.zsh
Normal file
9
home/.config/zsh/ohmyzsh/plugins/bazel/bazel.plugin.zsh
Normal file
@ -0,0 +1,9 @@
|
||||
# Aliases for bazel
|
||||
alias bzb='bazel build'
|
||||
alias bzt='bazel test'
|
||||
alias bzr='bazel run'
|
||||
alias bzq='bazel query'
|
||||
|
||||
sri-hash() {
|
||||
openssl dgst -sha256 -binary $1 | openssl base64 -A | sed 's/^/sha256-/'
|
||||
}
|
Reference in New Issue
Block a user