From bbd318c1aed8b29a2c41417b268abdc6b02ff621 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Mon, 6 Jun 2022 03:19:52 +0200 Subject: [PATCH] added exa --- modules/generic.nix | 1 + modules/zsh.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/generic.nix b/modules/generic.nix index 03be94b..899023c 100644 --- a/modules/generic.nix +++ b/modules/generic.nix @@ -76,6 +76,7 @@ in dig rclone pv + exa (import ./vim.nix) ]; diff --git a/modules/zsh.nix b/modules/zsh.nix index 339216f..47d57be 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -18,6 +18,7 @@ with import {}; highlightStyle = "fg=cyan"; }; shellAliases = { + "l" = "exa -lg"; "lh" = "command ls -hAl --color=auto"; "s" = "systemctl"; "ip" = "ip -c";