From a939dfe553427d639600b1b9cbf863a03ff6cb20 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 27 Oct 2025 16:59:10 +0100 Subject: [PATCH] Alias I keep forgetting --- zsh/.config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index c7d0328..59e9509 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -85,6 +85,9 @@ alias nrc='nix shell --file default.nix -c' alias gcs='gcloud compute ssh --tunnel-through-iap' alias gscp='gcloud compute scp --tunnel-through-iap' alias gci='gcloud compute instances' +# This invocation is so much more complicated than it needs to be, but +# Google will only show mountain time otherwise. +alias gops='gcloud compute operations list --format=":(TIMESTAMP.date(tz=LOCAL))" --sort-by=TIMESTAMP' # Not an alias but useful nonetheless. function pasters() {