mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
Apply suggestions from code review
This commit is contained in:
parent
7deb886ee9
commit
e66f66852f
@ -25,4 +25,4 @@ The plugin has a copy of [the completion script from the git repository][1].
|
||||
|
||||
| Function | Description |
|
||||
| -------- | ---------------------------------------- |
|
||||
| bzlmod_integrety | Generate bzlmod integrity value |
|
||||
| sri-hash | Generate SRI hash used by bzlmod |
|
||||
|
@ -4,6 +4,6 @@ alias bzt='bazel test'
|
||||
alias bzr='bazel run'
|
||||
alias bzq='bazel query'
|
||||
|
||||
bzlmod_integrety() {
|
||||
sri-hash() {
|
||||
openssl dgst -sha256 -binary $1 | openssl base64 -A | sed 's/^/sha256-/'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user