feat(tools): replace htop with btop + install tz for timezone conversions

This commit is contained in:
Pierre Martin
2023-06-14 05:56:33 +02:00
parent 36d512c7bf
commit 4f66c82d0c
3 changed files with 4 additions and 3 deletions

View File

@@ -101,8 +101,8 @@
kp2 = "kubectl --context prod-eu2"; # deprecated
k9sp = "k9s --context prod-eu2";
g = "git";
tg = "tig --all";
tgs = "tig status";
gui = "gitui";
htop = "btop";
};
};
}