From a195e1d2e9aeb3cb10e97a2af564b3861facee58 Mon Sep 17 00:00:00 2001 From: Hadi Date: Mon, 1 Jun 2026 16:08:35 +0200 Subject: [PATCH] add clear alias Signed-off-by: Hadi --- home/programs/shell/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 1c902ac..6c31248 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -58,6 +58,7 @@ in { c = "clear"; clera = "clear"; celar = "clear"; + claer = "clear"; e = "exit"; cd = "z"; ls = "eza --icons=always --no-quotes";