From 2b443ed86109f6c38c642a30aa90228a34590194 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 13 Apr 2024 14:45:06 -0400 Subject: [PATCH] add eza Signed-off-by: ahuston-0 --- users/alice/home.nix | 1 + users/alice/home/zsh.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/users/alice/home.nix b/users/alice/home.nix index be4eb15..07a0c1f 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -54,6 +54,7 @@ gitoxide tealdeer helix + eza # nix specific packages nil diff --git a/users/alice/home/zsh.nix b/users/alice/home/zsh.nix index 1a88a02..3ea1b67 100644 --- a/users/alice/home/zsh.nix +++ b/users/alice/home/zsh.nix @@ -62,13 +62,13 @@ "pfSense-vpn-all" = "sudo openvpn --config /etc/openvpn/client/pfSense-TCP4-1195-alice-config.ovpn"; ## Utilities - "lrt" = "exa --icons -lsnew"; + "lrt" = "eza --icons -lsnew"; "lynis-grep" = ''sudo lynis audit system 2&>1 | grep -v "egrep"''; "egrep" = "grep -E"; "htgp" = "history | grep"; "gen_walpaper" = "wal -i '/home/alice/Pictures/Wallpapers/1440pdump'"; "vlgdf" = "valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes"; - "ls" = "exa --icons"; + "ls" = "eza --icons"; "libreoffice-writer" = "libreoffice --writer"; "libreoffice-calc" = "libreoffice --calc"; "notes" = "code /home/alice/Scripts/Notes/dendron.code-workspace";