summaryrefslogtreecommitdiff
path: root/home-config/bashrc
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-01-23 09:15:03 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2025-01-23 09:15:03 -0500
commitcd99ce84467b2d6140cf6805f80669d274d12274 (patch)
treec31399864195b7846c39702d37e4398364535aee /home-config/bashrc
parent479e112a8b9dd711569310414dd9919b38373601 (diff)
Updated bashrc to use eza and delta, installed delta.
Updated nix flake to use deterministic commits again
Diffstat (limited to 'home-config/bashrc')
-rw-r--r--home-config/bashrc6
1 files changed, 6 insertions, 0 deletions
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)
54# Zoxide 54# Zoxide
55eval "$(zoxide init --cmd cd bash)" 55eval "$(zoxide init --cmd cd bash)"
56 56
57# eza
58alias ls='eza --icons=always -Gx'
59
60# Delta
61alias diff='delta'
62
57# Starship 63# Starship
58eval "$(starship init bash)" 64eval "$(starship init bash)"