scripts: formatting, x-thumbgen, imagick installer

This commit is contained in:
2023-04-13 16:31:39 +03:00
parent 38a6f6f8e4
commit 268fd35bdb
4 changed files with 54 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ if hash ffmpeg 2> /dev/null; then
fi
# gcloud
if hash gcloud 2>/dev/null; then
if hash gcloud 2> /dev/null; then
GCLOUD_LOC=$(gcloud info --format="value(installation.sdk_root)" --quiet)
[[ -f "$GCLOUD_LOC/path.zsh.inc" ]] && builtin source "$GCLOUD_LOC/path.zsh.inc"
[[ -f "$GCLOUD_LOC/completion.zsh.inc" ]] && builtin source "$GCLOUD_LOC/completion.zsh.inc"