diff options
Diffstat (limited to 'home-config/bashrc')
-rw-r--r-- | home-config/bashrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/home-config/bashrc b/home-config/bashrc index a3e1dc9..5e12cf6 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
@@ -53,9 +53,6 @@ export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.l | |||
53 | #gpgconf --launch gpg-agent | 53 | #gpgconf --launch gpg-agent |
54 | export GPG_TTY=$(tty) | 54 | export GPG_TTY=$(tty) |
55 | 55 | ||
56 | # Zoxide | ||
57 | eval "$(zoxide init --cmd cd bash)" | ||
58 | |||
59 | # eza | 56 | # eza |
60 | alias ls='eza --icons=always -Gx' | 57 | alias ls='eza --icons=always -Gx' |
61 | 58 | ||
@@ -64,3 +61,7 @@ alias diff='delta' | |||
64 | 61 | ||
65 | # Starship | 62 | # Starship |
66 | eval "$(starship init bash)" | 63 | eval "$(starship init bash)" |
64 | |||
65 | # Zoxide | ||
66 | eval "$(zoxide init --cmd cd bash)" | ||
67 | |||