diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-23 09:15:03 -0500 | 
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-23 09:15:03 -0500 | 
| commit | cd99ce84467b2d6140cf6805f80669d274d12274 (patch) | |
| tree | c31399864195b7846c39702d37e4398364535aee /home-config/bashrc | |
| parent | 479e112a8b9dd711569310414dd9919b38373601 (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/bashrc | 6 | 
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 | 
| 55 | eval "$(zoxide init --cmd cd bash)" | 55 | eval "$(zoxide init --cmd cd bash)" | 
| 56 | 56 | ||
| 57 | # eza | ||
| 58 | alias ls='eza --icons=always -Gx' | ||
| 59 | |||
| 60 | # Delta | ||
| 61 | alias diff='delta' | ||
| 62 | |||
| 57 | # Starship | 63 | # Starship | 
| 58 | eval "$(starship init bash)" | 64 | eval "$(starship init bash)" | 
