From cd99ce84467b2d6140cf6805f80669d274d12274 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 23 Jan 2025 09:15:03 -0500 Subject: Updated bashrc to use eza and delta, installed delta. Updated nix flake to use deterministic commits again --- home-config/bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'home-config/bashrc') diff --git a/home-config/bashrc b/home-config/bashrc index 386a2db..05b0c3f 100644 --- a/home-config/bashrc +++ b/home-config/bashrc @@ -54,5 +54,11 @@ export GPG_TTY=$(tty) # Zoxide eval "$(zoxide init --cmd cd bash)" +# eza +alias ls='eza --icons=always -Gx' + +# Delta +alias diff='delta' + # Starship eval "$(starship init bash)" -- cgit v1.2.3