remove shellchecks
parent
4dbe0de9fe
commit
bc2a758c95
|
@ -4,9 +4,6 @@
|
|||
|
||||
cd "$(dirname "$0")" || exit 1
|
||||
|
||||
shellcheck "$0" || exit 1
|
||||
shfmt -i 2 -d -s "$0"
|
||||
|
||||
newest_wezterm_release() {
|
||||
curl -s -H "Accept: application/vnd.github+json" -L https://api.github.com/repos/wez/wezterm/releases/latest | jq -r '.assets | map(select(.name | startswith("WezTerm-macos"))) | first.browser_download_url'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue