From 8416933ec8a535f322ebcb30df6c91368143b6c2 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 4 Oct 2024 12:12:10 +0200 Subject: [PATCH] feat: adds alias for magick --- modules/home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 5df119f..e59827e 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -143,6 +143,7 @@ # ]; shellAliases = { + convert = "magick"; ls = "eza -lh --git"; la = "eza -A --git"; ll = "eza -l --git";