From 5e7eeb37c9cdd4f72641b398a98d6c0a3c705c32 Mon Sep 17 00:00:00 2001 From: vali Date: Thu, 11 Apr 2024 09:00:29 +0200 Subject: [PATCH] added a nice shutdown command ;) --- modules/cli/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index f45deaf..401b44e 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -37,6 +37,7 @@ in { rm = "trash -v"; l = "eza -a --icons"; la = "eza -lha --icons --git"; + kys = "shutdown now"; cd = "z"; nv = "nvim"; #TODO fix hardcoding of git repo path and profile name