From 3644beaae76c341a806996cce3530bff8bccf5ec Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 5 Feb 2023 05:29:49 +0530 Subject: [PATCH] zsh aliases: reshuffle ALL_CONTAINERS so uptime kuma stops first upon using alias 'containerstopall' --- .config/zsh_confs/20_aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh_confs/20_aliases b/.config/zsh_confs/20_aliases index 722afb8..83ba01d 100644 --- a/.config/zsh_confs/20_aliases +++ b/.config/zsh_confs/20_aliases @@ -134,7 +134,8 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then alias drivetemp="sudo hdparm -CH /dev/sda /dev/sdb" # aliases for container management - ALL_CONTAINERS=("container-caddy-vishwambhar.service" \ + ALL_CONTAINERS=("container-uptime-vishnu.service" \ + "container-caddy-vishwambhar.service" \ "container-gitea-govinda.service" \ "container-gitea-chitragupta.service" \ "container-hugo-vaikunthnatham.service" \ @@ -142,7 +143,6 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then "container-nextcloud-chitragupta.service" \ "container-hugo-mahayogi.service" \ "container-gotify-akashvani.service" \ - "container-uptime-vishnu.service" \ "container-transmission-raadhe.service" \ ) alias containerupdate="podman auto-update --dry-run | grep -v 'false'"