diff options
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)" |